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:30:09 +0000
committerJames Booth <boothj5@gmail.com>2013-12-15 23:30:09 +0000
commitbf0870afe4a73521262a5363409d4f8bbf471c62 (patch)
tree81e85161f282f85d877bf92564f83fd3ca2778ee /tests/test_cmd_account.h
parent219780482638c7319e41c8557445fd2ff8775b57 (diff)
downloadprofani-tty-bf0870afe4a73521262a5363409d4f8bbf471c62.tar.gz
Test "/account add" with missing arg
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 4109d807..9b7a4f4b 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -4,3 +4,4 @@ void cmd_account_list_shows_accounts(void **state);
 void cmd_account_show_shows_usage_when_no_arg(void **state);
 void cmd_account_show_shows_message_when_account_does_not_exist(void **state);
 void cmd_account_show_shows_message_when_account_exists(void **state);
+void cmd_account_add_shows_usage_when_no_arg(void **state);