Update receive_spec.cpp

This commit is contained in:
Guy Turcotte 2019-01-29 08:59:35 -05:00 committed by GitHub
parent e7d9688ca5
commit 7d6e409b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -222,7 +222,7 @@ int test_receive_oversized_stream_message() {
IS_TRUE(callback_called);
IS_TRUE(strcmp(lastTopic,"topic")==0);
IS_TRUE(lastLength == 0);
IS_TRUE(lastLength == MQTT_MAX_PACKET_SIZE);
IS_FALSE(stream.error());
IS_FALSE(shimClient.error());