1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Fixed test

This commit is contained in:
James Booth 2015-09-25 00:36:20 +01:00
parent a5c6710024
commit c5178747fd

View File

@ -22,7 +22,6 @@ void clears_chat_sessions(void **state)
chat_session_recipient_active("mike@server.org", "work", FALSE);
will_return(jabber_get_connection_status, JABBER_CONNECTED);
will_return(jabber_get_account_name, "someaccount");
will_return(jabber_get_fulljid, "myjid@myserver.com");
expect_any_cons_show();