Skip to content

Commit 55e1715

Browse files
committed
Change comment
1 parent 512d841 commit 55e1715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/hivemq/codec/decoder/MQTTMessageDecoderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ private void testConnectPacketSizeTooLarge(byte[] connect) {
324324
buf.writeBytes(connect);
325325
channel.writeInbound(buf);
326326

327-
//verify that the client was not disconnected
327+
//verify that the client was disconnected
328328
assertFalse(channel.isOpen());
329329
}
330330

0 commit comments

Comments
 (0)