Skip to content

Commit

Permalink
fix[protocol]: remove char test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Oct 17, 2023
1 parent dd0d059 commit 2322ccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/src/test/java/com/zfoo/net/protocol/ProtocolTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ public void testCMInt() {
cm.setB(Short.MIN_VALUE);
cm.setC(Integer.MIN_VALUE);
cm.setD(Long.MIN_VALUE);
cm.setE('e');
cm.setF("Hello Jaysunxiao,this is the World!!!!!!!!!!!!!!!!!!!!!!!!!!!!");

ByteBuf writeBuff = Unpooled.directBuffer();
Expand Down

0 comments on commit 2322ccc

Please sign in to comment.