Check expected arg to account_get_account in cmd_rooms test

This commit is contained in:
James Booth
2013-12-15 18:15:16 +00:00
parent bf347ab9e0
commit eff2ef3859
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ gchar** accounts_get_list(void)
ProfAccount* accounts_get_account(const char * const name)
{
check_expected(name);
return (ProfAccount *)mock();
}