mirror of https://github.com/ARMmbed/mbed-os.git
Cellular: Fix Greentea test for network attach
parent
32445ae326
commit
ce84209507
|
@ -184,6 +184,7 @@ static void test_network_registration()
|
|||
|
||||
static void test_attach()
|
||||
{
|
||||
wait(10);
|
||||
TEST_ASSERT(nw->set_attach() == NSAPI_ERROR_OK);
|
||||
|
||||
CellularNetwork::AttachStatus status;
|
||||
|
|
Loading…
Reference in New Issue