summaryrefslogtreecommitdiff
path: root/tests/dbus/channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dbus/channel.c')
-rw-r--r--tests/dbus/channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbus/channel.c b/tests/dbus/channel.c
index bb3235f88..b4c536532 100644
--- a/tests/dbus/channel.c
+++ b/tests/dbus/channel.c
@@ -655,7 +655,7 @@ test_contacts (Test *test,
/* There is ourself and the new contact, get the new one */
contacts = tp_channel_group_dup_members_contacts (test->channel_room);
g_assert (contacts != NULL);
- g_assert (contacts->len == 2);
+ g_assert_cmpuint (contacts->len, ==, 2);
contact = g_ptr_array_index (contacts, 0);
if (!tp_strdiff (tp_contact_get_identifier (contact), "me@test.com"))
contact = g_ptr_array_index (contacts, 1);