fix[protocol]: remove char test

This commit is contained in:
godotg
2023-10-17 22:31:47 +08:00
parent dd0d059e8f
commit 2322ccc1de
@@ -63,7 +63,6 @@ public class ProtocolTest {
cm.setB(Short.MIN_VALUE);
cm.setC(Integer.MIN_VALUE);
cm.setD(Long.MIN_VALUE);
cm.setE('e');
cm.setF("Hello Jaysunxiaothis is the World!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
ByteBuf writeBuff = Unpooled.directBuffer();