about summary refs log tree commit diff stats
path: root/tests/test_muc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_muc.h')
-rw-r--r--tests/test_muc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_muc.h b/tests/test_muc.h
index 044d547d..8df54a5d 100644
--- a/tests/test_muc.h
+++ b/tests/test_muc.h
@@ -1,9 +1,9 @@
 void muc_before_test(void **state);
 void muc_after_test(void **state);
 
-void test_muc_add_invite(void **state);
+void test_muc_invites_add(void **state);
 void test_muc_remove_invite(void **state);
-void test_muc_invite_count_0(void **state);
-void test_muc_invite_count_5(void **state);
+void test_muc_invites_count_0(void **state);
+void test_muc_invites_count_5(void **state);
 void test_muc_room_is_not_active(void **state);
-void test_muc_room_is_active(void **state);
+void test_muc_active(void **state);