Update receive_spec.cpp
This commit is contained in:
parent
7d6e409b59
commit
b25040a0d7
@ -222,7 +222,7 @@ int test_receive_oversized_stream_message() {
|
||||
|
||||
IS_TRUE(callback_called);
|
||||
IS_TRUE(strcmp(lastTopic,"topic")==0);
|
||||
IS_TRUE(lastLength == MQTT_MAX_PACKET_SIZE);
|
||||
IS_TRUE(lastLength == MQTT_MAX_PACKET_SIZE-9);
|
||||
|
||||
IS_FALSE(stream.error());
|
||||
IS_FALSE(shimClient.error());
|
||||
|
Loading…
x
Reference in New Issue
Block a user