about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_account.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2017-01-16 00:21:57 +0000
committerJames Booth <boothj5@gmail.com>2017-01-16 00:21:57 +0000
commit70e831e08b803fe894296fc1f6b0f4157198a833 (patch)
tree8c9705ee46793162cae04d88591f6507b28af812 /tests/unittests/test_cmd_account.c
parent0d0578b625e2a37c8fdfab88542e5a58c22a776c (diff)
downloadprofani-tty-70e831e08b803fe894296fc1f6b0f4157198a833.tar.gz
Fix tests
Diffstat (limited to 'tests/unittests/test_cmd_account.c')
-rw-r--r--tests/unittests/test_cmd_account.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/test_cmd_account.c b/tests/unittests/test_cmd_account.c
index 9e7ae197..a1fff9b9 100644
--- a/tests/unittests/test_cmd_account.c
+++ b/tests/unittests/test_cmd_account.c
@@ -806,7 +806,6 @@ void cmd_account_set_priority_updates_presence_when_account_connected_with_prese
     expect_any(accounts_get_account, name);
     will_return(accounts_get_account, account);
 #endif
-    will_return(connection_get_presence_msg, "Free to chat");
     expect_value(presence_send, status, RESOURCE_ONLINE);
     expect_value(presence_send, idle, 0);
     expect_value(presence_send, signed_status, NULL);