mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 20:56:20 +00:00
Added tests for "/account rename"
This commit is contained in:
@@ -78,6 +78,8 @@ gboolean accounts_disable(const char * const name)
|
||||
gboolean accounts_rename(const char * const account_name,
|
||||
const char * const new_name)
|
||||
{
|
||||
check_expected(account_name);
|
||||
check_expected(new_name);
|
||||
return (gboolean)mock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user