about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.h
diff options
context:
space:
mode:
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 9b7a4f4b..be3a420d 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -5,3 +5,4 @@ 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);
+void cmd_account_add_adds_account(void **state);