Browse Source

post大小限制

xiongzhu 3 years ago
parent
commit
fac39e4a21
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/test/java/com/izouma/nineth/CommonTest.java

+ 0 - 5
src/test/java/com/izouma/nineth/CommonTest.java

@@ -691,11 +691,6 @@ public class CommonTest {
 
     @Test
     public void testSet() {
-        Set<Tag> set = new HashSet<>();
-        set.add(new Tag(1L, "tag1", "tag1"));
-        set.add(new Tag(1L, "tag1", "tag1"));
-        set.add(new Tag(1L, "tag1", "tag1"));
-        System.out.println(set);
     }
 
     @Test