about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-11-29 00:16:00 +0000
committerJames Booth <boothj5@gmail.com>2015-11-29 00:16:00 +0000
commitcadaf73148d5aad7f9372c6e750c45e51a5f2161 (patch)
treeaf18f959c64c39af0015d7d1953292fb8fadd20d
parent3fbee4023e763cb696027ef68d80b91ffcce94e7 (diff)
downloadprofani-tty-cadaf73148d5aad7f9372c6e750c45e51a5f2161.tar.gz
Fixed functional tests
-rw-r--r--tests/functionaltests/proftest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functionaltests/proftest.c b/tests/functionaltests/proftest.c
index e3c80501..15848856 100644
--- a/tests/functionaltests/proftest.c
+++ b/tests/functionaltests/proftest.c
@@ -166,8 +166,8 @@ init_prof_test(void **state)
     assert_true(prof_output_exact("Input blocking set to 5 milliseconds"));
     prof_input("/inpblock dynamic off");
     assert_true(prof_output_exact("Dynamic input blocking disabled"));
-    prof_input("/notify message off");
-    assert_true(prof_output_exact("Message notifications disabled"));
+    prof_input("/notify chat off");
+    assert_true(prof_output_exact("Chat notifications disabled"));
     prof_input("/wrap off");
     assert_true(prof_output_exact("Word wrap disabled"));
     prof_input("/roster hide");