about summary refs log tree commit diff stats
path: root/tests/config
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-24 21:34:11 +0000
committerJames Booth <boothj5@gmail.com>2014-12-24 21:34:11 +0000
commit5319a03aebfbaf5ecfb32656429834ece3afaf9a (patch)
treee8ec8887757e5090e37a30c5a31406736a59d027 /tests/config
parent3487100c0f7ede4885d5c178faf3c3df5902efb8 (diff)
downloadprofani-tty-5319a03aebfbaf5ecfb32656429834ece3afaf9a.tar.gz
Added cmd_connect tests
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/stub_accounts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/config/stub_accounts.c b/tests/config/stub_accounts.c
index f5c51028..22a130d4 100644
--- a/tests/config/stub_accounts.c
+++ b/tests/config/stub_accounts.c
@@ -41,6 +41,7 @@ gchar** accounts_get_list(void)
 
 ProfAccount* accounts_get_account(const char * const name)
 {
+    check_expected(name);
     return (ProfAccount*)mock();
 }