summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libnm-client-impl/tests/test-nm-client.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libnm-client-impl/tests/test-nm-client.c b/src/libnm-client-impl/tests/test-nm-client.c
index 5de7c6a5b6..216e3e426c 100644
--- a/src/libnm-client-impl/tests/test-nm-client.c
+++ b/src/libnm-client-impl/tests/test-nm-client.c
@@ -868,15 +868,7 @@ test_activate_virtual(void)
static void
_client_dev_removed(NMClient *client, NMDevice *device, int *p_count_call)
{
- const GPtrArray *arr;
-
(*p_count_call)++;
-
- arr = nm_device_get_available_connections(device);
- g_assert(arr);
- g_assert_cmpint(arr->len, ==, 0);
-
- g_assert(!nm_device_get_active_connection(device));
}
static void