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 437030d commit d88901dCopy full SHA for d88901d
src/test/java/com/hivemq/codec/decoder/MQTTMessageDecoderTest.java
@@ -255,7 +255,6 @@ public void test_connect_mqtt3_1_packet_size_too_large() {
255
test_connect_packet_size_too_large(mqtt31Connect);
256
}
257
258
-
259
@Test
260
public void test_publish_mqtt5_packet_size_too_large() {
261
test_publish_packet_size_too_large(ProtocolVersion.MQTTv5);
0 commit comments