Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 committed Dec 30, 2021
1 parent dcc93ea commit 2cae29f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public void testAllSchemaType() {
Assert.assertEquals("duration", node.getId().asString());
Assert.assertEquals(Arrays.asList("tag_duration"), node.tagNames());
properties = node.properties("tag_duration");
DurationWrapper durationWrapper = new DurationWrapper(new Duration(1, 100, 20));
DurationWrapper durationWrapper = new DurationWrapper(new Duration(100, 20, 1));
Assert.assertEquals(durationWrapper, properties.get("col").asDuration());
Assert.assertEquals(durationWrapper.toString(),
properties.get("col").asDuration().toString());
Expand Down

0 comments on commit 2cae29f

Please sign in to comment.