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