about summary refs log tree commit diff stats
path: root/test_prof_history.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_prof_history.c')
-rw-r--r--test_prof_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_prof_history.c b/test_prof_history.c
index 80332a55..5f08c26c 100644
--- a/test_prof_history.c
+++ b/test_prof_history.c
@@ -206,7 +206,7 @@ void start_session_add_new_submit_previous(void)
     assert_string_equals("hello", item1);
     
     char *item2 = p_history_next(history, item1);
-    assert_is_null(item2);
+    assert_string_equals("", item2);
 
     char *item3 = p_history_previous(history, "new text");
     assert_string_equals("hello", item3);