about summary refs log tree commit diff stats
path: root/tests/test_cmd_rooms.c
diff options
context:
space:
mode:
authorWill Song <incertia9474@gmail.com>2015-01-12 22:39:12 -0600
committerWill Song <incertia9474@gmail.com>2015-01-12 22:39:12 -0600
commitb6536ddf88f1261f8a799e52aa0db020334489f4 (patch)
tree12201b1838dca3165cad1aab4aba22d5131be4a9 /tests/test_cmd_rooms.c
parentc2758616d8fcf92de139f519e027713f4dc1c937 (diff)
downloadprofani-tty-b6536ddf88f1261f8a799e52aa0db020334489f4.tar.gz
fix tests
Diffstat (limited to 'tests/test_cmd_rooms.c')
-rw-r--r--tests/test_cmd_rooms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_cmd_rooms.c b/tests/test_cmd_rooms.c
index 9b99a34a..5114bfbf 100644
--- a/tests/test_cmd_rooms.c
+++ b/tests/test_cmd_rooms.c
@@ -61,6 +61,7 @@ void cmd_rooms_uses_account_default_when_no_arg(void **state)
     account->name = NULL;
     account->jid = NULL;
     account->password = NULL;
+    account->eval_password = NULL;
     account->resource = NULL;
     account->server = NULL;
     account->last_presence = NULL;