1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Removed stbbr_stop from test

This commit is contained in:
James Booth 2015-05-17 22:12:10 +01:00
parent 2c5b44421e
commit cdf239dd78

View File

@ -34,6 +34,4 @@ connect_with_jid(void **state)
jabber_conn_status_t status = jabber_get_connection_status();
assert_true(status == JABBER_CONNECTED);
stbbr_stop();
}