1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Fix tests

This commit is contained in:
James Booth 2017-01-16 00:21:57 +00:00
parent f3c638c66c
commit 7994d7b103

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