From 3c446ad881dc65bf9bdd5577de5a745c3805ed17 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 3 Mar 2016 22:28:19 -0800 Subject: [PATCH] Test fix. --- tests/test_page.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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