diff --git a/stabbertests/test_connect.c b/stabbertests/test_connect.c index 554cc511..6f145dd5 100644 --- a/stabbertests/test_connect.c +++ b/stabbertests/test_connect.c @@ -184,12 +184,12 @@ responds_to_ping(void **state) assert_true(prof_output("stabber@localhost logged in successfully")); stbbr_send( - "" + "" "" "" ); assert_true(stbbr_received( - "" + "" )); }