about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_message.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functionaltests/test_message.c')
-rw-r--r--tests/functionaltests/test_message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionaltests/test_message.c b/tests/functionaltests/test_message.c
index 0957b309..bff89e7d 100644
--- a/tests/functionaltests/test_message.c
+++ b/tests/functionaltests/test_message.c
@@ -38,5 +38,5 @@ message_receive(void **state)
         "</message>"
     );
 
-    assert_true(prof_output_exact("<< incoming from someuser@chatserv.org/laptop (2)"));
+    assert_true(prof_output_exact("<< incoming from someuser@chatserv.org/laptop (win 2)"));
 }