Skip to content
Snippets Groups Projects
Commit c3e9a931 authored by Martine Lenders's avatar Martine Lenders
Browse files

unittests: check return value of ng_netif_get()

parent 2909c873
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ static void test_ng_netif_get__full(void)
TEST_ASSERT_EQUAL_INT(0, ng_netif_add(TEST_UINT8 + i));
}
ng_netif_get(&size);
TEST_ASSERT_NOT_NULL(ng_netif_get(&size));
TEST_ASSERT_EQUAL_INT(NG_NETIF_NUMOF, size);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment