mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 10:06:22 +00:00
Test account free'd after connect
This commit is contained in:
@@ -54,7 +54,10 @@ ProfAccount* accounts_get_account(const char * const name)
|
||||
return (ProfAccount *)mock();
|
||||
}
|
||||
|
||||
void accounts_free_account(ProfAccount *account) {}
|
||||
void accounts_free_account(ProfAccount *account)
|
||||
{
|
||||
check_expected(account);
|
||||
}
|
||||
|
||||
gboolean accounts_enable(const char * const name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user