mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 06:46:20 +00:00
Check expected arg to account_get_account in cmd_rooms test
This commit is contained in:
@@ -50,6 +50,7 @@ gchar** accounts_get_list(void)
|
||||
|
||||
ProfAccount* accounts_get_account(const char * const name)
|
||||
{
|
||||
check_expected(name);
|
||||
return (ProfAccount *)mock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user