Skip to content

Commit 35a1003

Browse files
committed
添加新的单测
1 parent ed5b528 commit 35a1003

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

snack4-test/src/test/java/features/snack4/codec/LoopNestingTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public void case2_ref() {
4343

4444
Bean a = ONode.deserialize("{\"a\":\"a\"}", Bean.class);
4545
Assertions.assertEquals("a", "a");
46-
assert a.b == a;
4746
}
4847

4948
public static class Bean {

0 commit comments

Comments
 (0)