diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c
index 87079b0b..1c833c82 100644
--- a/stabbertests/test_connect.c
+++ b/stabbertests/test_connect.c
@@ -178,13 +178,14 @@ responds_to_ping(void **state)
prof_process_xmpp(20);
stbbr_send(
- ""
+ ""
""
- "");
+ ""
+ );
prof_process_xmpp(20);
assert_true(stbbr_verify(
- ""
+ ""
));
}