aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_console_search.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_console_search.py')
-rw-r--r--test/test_console_search.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_console_search.py b/test/test_console_search.py
index 0e47ef79..f4e9ff9b 100644
--- a/test/test_console_search.py
+++ b/test/test_console_search.py
@@ -170,7 +170,7 @@ def test_search_backwards_wraps():
# should be on third now.
f.search_again(backwards=True)
message = f.search_again(backwards=True)
-
text_object = tutils.get_body_line(f.last_displayed_body, 2)
assert text_object.get_text() == ('this is string', [(None, 8), (f.highlight_color, 6)])
+ assert message == "search hit TOP, continuing at BOTTOM"