about summary refs log tree commit diff stats
path: root/tests/test_muc.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_muc.c')
-rw-r--r--tests/test_muc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_muc.c b/tests/test_muc.c
index 3cfb38b4..be7279a5 100644
--- a/tests/test_muc.c
+++ b/tests/test_muc.c
@@ -70,7 +70,7 @@ void test_muc_room_is_active(void **state)
 {
     char *room = "room@server.org";
     char *nick = "bob";
-    muc_join_room(room, nick);
+    muc_join_room(room, nick, NULL, FALSE);
 
     gboolean room_is_active = muc_room_is_active(room);