summaryrefslogtreecommitdiff
path: root/test/polkitbackend/test-polkitbackendjsauthority.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/polkitbackend/test-polkitbackendjsauthority.c')
-rw-r--r--test/polkitbackend/test-polkitbackendjsauthority.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/polkitbackend/test-polkitbackendjsauthority.c b/test/polkitbackend/test-polkitbackendjsauthority.c
index 71aad23..f97e0e0 100644
--- a/test/polkitbackend/test-polkitbackendjsauthority.c
+++ b/test/polkitbackend/test-polkitbackendjsauthority.c
@@ -101,7 +101,7 @@ test_get_admin_identities_for_action_id (const gchar *action_id,
g_assert_cmpstr (expected_admins[n], ==, s);
g_free (s);
}
- g_assert (expected_admins[n] == NULL);
+ g_assert_cmpstr (expected_admins[n], ==, NULL);
g_list_free_full (admin_identities, g_object_unref);
g_clear_object (&details);