1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Fix tests

This commit is contained in:
James Booth 2017-01-16 00:21:57 +00:00
parent 0d0578b625
commit 70e831e08b

View File

@ -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);