Skip to content

Commit

Permalink
fix checkstyle (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Aug 19, 2021
1 parent 1828761 commit 49b8f3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public void testExtraValue() {
NebulaUtils.extraValue("2021-01-01T12:12:12", PropertyType.DATETIME.getValue())));
assert ("date(\"2021-01-01\")".equals(NebulaUtils.extraValue("2021-01-01",
PropertyType.DATE.getValue())));
assert ("time(\"12:12:12\")".equals(NebulaUtils.extraValue("12:12:12", PropertyType.TIME.getValue())));
assert ("time(\"12:12:12\")".equals(NebulaUtils.extraValue("12:12:12",
PropertyType.TIME.getValue())));
}

public void testMkString() {
Expand Down

0 comments on commit 49b8f3d

Please sign in to comment.