Fix valgrind error in cellular athandler unit test

pull/9457/head
Jari Poyhonen 2019-01-22 12:53:33 +02:00
parent 84536bd09e
commit 626935f331
1 changed files with 0 additions and 1 deletions

View File

@ -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);