mirror of https://github.com/ARMmbed/mbed-os.git
Fix valgrind error in cellular athandler unit test
parent
84536bd09e
commit
626935f331
|
@ -112,7 +112,6 @@ TEST_F(TestATHandler, test_ATHandler_list)
|
|||
EXPECT_TRUE(at1->close() == NSAPI_ERROR_OK);
|
||||
EXPECT_TRUE(at2->get_ref_count() == 1);
|
||||
EXPECT_TRUE(at2->close() == NSAPI_ERROR_OK);
|
||||
EXPECT_TRUE(at1->close() == NSAPI_ERROR_PARAMETER);
|
||||
|
||||
ATHandler::set_at_timeout_list(1000, false);
|
||||
ATHandler::set_debug_list(false);
|
||||
|
|
Loading…
Reference in New Issue