Skip to content

Commit 626935f

Browse files
Jari PoyhonenJari Poyhonen
Jari Poyhonen
authored and
Jari Poyhonen
committed
Fix valgrind error in cellular athandler unit test
1 parent 84536bd commit 626935f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UNITTESTS/features/cellular/framework/AT/athandler/athandlertest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ TEST_F(TestATHandler, test_ATHandler_list)
112112
EXPECT_TRUE(at1->close() == NSAPI_ERROR_OK);
113113
EXPECT_TRUE(at2->get_ref_count() == 1);
114114
EXPECT_TRUE(at2->close() == NSAPI_ERROR_OK);
115-
EXPECT_TRUE(at1->close() == NSAPI_ERROR_PARAMETER);
116115

117116
ATHandler::set_at_timeout_list(1000, false);
118117
ATHandler::set_debug_list(false);

0 commit comments

Comments
 (0)