diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c index a09b8661..72f38a36 100644 --- a/stabbertests/test_connect.c +++ b/stabbertests/test_connect.c @@ -55,4 +55,10 @@ sends_rooms_iq(void **state) cmd_process_input(strdup("/rooms")); prof_process_xmpp(); + + assert_true(stbbr_verify_last( + "" + "" + "" + )); }