about summary refs log tree commit diff stats
path: root/tests/test_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_common.c')
-rw-r--r--tests/test_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_common.c b/tests/test_common.c
index bcd421a0..0d02bbd0 100644
--- a/tests/test_common.c
+++ b/tests/test_common.c
@@ -46,7 +46,7 @@ void replace_two_substr(void **state)
 
     char *result = str_replace(string, sub, new);
 
-    assert_string_equal("it was a was string ssss", result);
+    assert_string_equal("it was a was string", result);
 }
 
 void replace_char(void **state)