From 6b04015947556c37f13e63d1237b8212e337f267 Mon Sep 17 00:00:00 2001 From: royna2544 Date: Sun, 15 Dec 2024 21:52:34 +0900 Subject: [PATCH] tests: Fix run - When packet size mismatches, return value was changed to INVALID_ARGUMENT --- tests/SocketDataHandlerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SocketDataHandlerTest.cpp b/tests/SocketDataHandlerTest.cpp index a801615e..7801516a 100644 --- a/tests/SocketDataHandlerTest.cpp +++ b/tests/SocketDataHandlerTest.cpp @@ -202,7 +202,7 @@ TEST_F(SocketDataHandlerTest, TestCmdWriteMsgToChatIdINVALID) { sendAndVerifyHeader(pkt, &callbackData); - isGenericAck_Error( + isGenericAck_Error( callbackData); // Done verifyAndClear();