1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fixed previous tests

This commit is contained in:
James Booth 2014-02-16 20:10:48 +00:00
parent d1d80fc26b
commit 880d5c6263

View File

@ -287,9 +287,9 @@ static void test_with_command_and_connection_status(char *command, jabber_conn_s
gchar *args[] = { command, NULL };
mock_connection_status(status);
expect_cons_show("You are not currently connected.");
expect_cons_show("You must be connected with an account to load OTR information.");
gboolean result = cmd_rooms(args, *help);
gboolean result = cmd_otr(args, *help);
assert_true(result);
free(help);