mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 05:46:22 +00:00
Added tests for connecting with account
This commit is contained in:
@@ -40,6 +40,7 @@ jabber_conn_status_t jabber_connect_with_details(const char * const jid,
|
||||
|
||||
jabber_conn_status_t jabber_connect_with_account(const ProfAccount * const account)
|
||||
{
|
||||
check_expected(account);
|
||||
return (jabber_conn_status_t)mock();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user