about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-25 00:36:20 +0100
committerJames Booth <boothj5@gmail.com>2015-09-25 00:36:20 +0100
commitc5178747fdbf9a9d5b8facc03f12bc5a1a38860e (patch)
tree4c91fc3372ce9eb3804264ceef74707fad8aaef7 /tests
parenta5c671002407220562d88ea5674a46d77ceb8022 (diff)
downloadprofani-tty-c5178747fdbf9a9d5b8facc03f12bc5a1a38860e.tar.gz
Fixed test
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_cmd_disconnect.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_cmd_disconnect.c b/tests/unittests/test_cmd_disconnect.c
index c6c9f611..7ea5b53a 100644
--- a/tests/unittests/test_cmd_disconnect.c
+++ b/tests/unittests/test_cmd_disconnect.c
@@ -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();