about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-15 23:17:35 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 23:17:35 +0000
commit8aaca1054f8c34fe83549dba6fbf2579e8dd850c (patch)
tree851ae2ec97ed4899576251f79948422b7cf3042e /tests/test_cmd_account.h
parent6f060b583ee88f9d9c8f56b7a3b74e558462c3db (diff)
downloadprofani-tty-8aaca1054f8c34fe83549dba6fbf2579e8dd850c.tar.gz
Added "/account show" test when no account supplied
Diffstat (limited to 'tests/test_cmd_account.h')
-rw-r--r--tests/test_cmd_account.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_account.h b/tests/test_cmd_account.h
index 2232b6aa..682c1c4a 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -1,3 +1,4 @@
 void cmd_account_shows_usage_when_not_connected_and_no_args(void **state);
 void cmd_account_shows_account_when_connected_and_no_args(void **state);
 void cmd_account_list_shows_accounts(void **state);
+void cmd_account_show_shows_usage_when_no_arg(void **state);