We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512d841 commit 55e1715Copy full SHA for 55e1715
src/test/java/com/hivemq/codec/decoder/MQTTMessageDecoderTest.java
@@ -324,7 +324,7 @@ private void testConnectPacketSizeTooLarge(byte[] connect) {
324
buf.writeBytes(connect);
325
channel.writeInbound(buf);
326
327
- //verify that the client was not disconnected
+ //verify that the client was disconnected
328
assertFalse(channel.isOpen());
329
}
330
0 commit comments