diff --git a/tests/test_page.py b/tests/test_page.py index 2891e16..0a721a3 100644 --- a/tests/test_page.py +++ b/tests/test_page.py @@ -72,7 +72,7 @@ def test_page_unauthenticated(reddit, terminal, config, oauth): # Show help page.controller.trigger('?') - message = 'Basic Commands'.encode('utf-8') + message = '[Basic Commands]'.encode('utf-8') terminal.stdscr.subwin.addstr.assert_any_call(1, 1, message) # Sort content