mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fixup test for ISO Instant formats in annotations
This commit is contained in:
parent
340ccb84a5
commit
4a8c4cf390
@ -24,7 +24,7 @@ public class AnnotationBuilderTest {
|
|||||||
|
|
||||||
String represented = an1.toString();
|
String represented = an1.toString();
|
||||||
assertThat(represented).isEqualTo("session: test-session\n" +
|
assertThat(represented).isEqualTo("session: test-session\n" +
|
||||||
"[2020-09-13T12:26:40Z[GMT]]\n" +
|
"[2020-09-13T12:26:40Z]\n" +
|
||||||
"span:instant\n" +
|
"span:instant\n" +
|
||||||
"details:\n" +
|
"details:\n" +
|
||||||
" detailk1: detailv1\n" +
|
" detailk1: detailv1\n" +
|
||||||
|
Loading…
Reference in New Issue
Block a user