about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-04-28 01:13:42 +0100
committerJames Booth <boothj5@gmail.com>2016-04-28 01:13:42 +0100
commita718e6f91b53139e35450fb119a3ccd83e48ab26 (patch)
tree8c5a8326214d96dba14d219b12b29ef37292647a /tests
parent559b1608cf60d97f075de0cfdf5aa77125c5ae1e (diff)
downloadprofani-tty-a718e6f91b53139e35450fb119a3ccd83e48ab26.tar.gz
Refactored /account set commands
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/test_cmd_account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_cmd_account.c b/tests/unittests/test_cmd_account.c
index f46c0b93..701deb8d 100644
--- a/tests/unittests/test_cmd_account.c
+++ b/tests/unittests/test_cmd_account.c
@@ -398,7 +398,7 @@ void cmd_account_set_resource_sets_resource_with_online_message(void **state)
     expect_string(accounts_set_resource, account_name, "a_account");
     expect_string(accounts_set_resource, value, "a_resource");
 
-    expect_cons_show("Updated resource for account a_account: a_resource, you will need to reconnect to pick up the change.");
+    expect_cons_show("Updated resource for account a_account: a_resource, reconnect to pick up the change.");
     expect_cons_show("");
 
     gboolean result = cmd_account_set(NULL, CMD_ACCOUNT, args);