mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fix tests
This commit is contained in:
parent
0d0578b625
commit
70e831e08b
@ -806,7 +806,6 @@ void cmd_account_set_priority_updates_presence_when_account_connected_with_prese
|
|||||||
expect_any(accounts_get_account, name);
|
expect_any(accounts_get_account, name);
|
||||||
will_return(accounts_get_account, account);
|
will_return(accounts_get_account, account);
|
||||||
#endif
|
#endif
|
||||||
will_return(connection_get_presence_msg, "Free to chat");
|
|
||||||
expect_value(presence_send, status, RESOURCE_ONLINE);
|
expect_value(presence_send, status, RESOURCE_ONLINE);
|
||||||
expect_value(presence_send, idle, 0);
|
expect_value(presence_send, idle, 0);
|
||||||
expect_value(presence_send, signed_status, NULL);
|
expect_value(presence_send, signed_status, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user