Skip to content

Commit

Permalink
fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Oct 16, 2024
1 parent d8ce51a commit b11b040
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@ public void testSerializeEdgeLabel() {
String json = JsonUtil.toJson(el);
Assert.assertEquals("{\"id\":1,\"name\":\"knows\"," +
"\"edgelabel_type\":\"NORMAL\"," +
"\"source_label\":\"person\"," +
"\"target_label\":\"person\"," +
"\"links\":[{\"name\":\"name\"}]," +
"\"frequency\":\"SINGLE\",\"sort_keys\":[]," +
"\"nullable_keys\":[],\"index_labels\":[]," +
Expand Down

0 comments on commit b11b040

Please sign in to comment.