From 22f7391267c89ce216b7ac238dd6cf42f7558c1a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 7 May 2018 09:12:31 -0700 Subject: Fix bad refactor of a test --- tests/db/utils_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/db/utils_test.py b/tests/db/utils_test.py index ed3a5c1b..484562fc 100644 --- a/tests/db/utils_test.py +++ b/tests/db/utils_test.py @@ -320,8 +320,8 @@ class TestDecodeHeader(unittest.TestCase): ' latin1: ' + self._base64(part, 'iso-8859-1') + \ ' and ' + self._quote(part, 'iso-8859-1') expected = ( - u'utf-8: ÄÖÜäöü' - u'again: ÄÖÜäöü' + u'utf-8: ÄÖÜäöü ' + u'again: ÄÖÜäöü ' u'latin1: ÄÖÜäöü and ÄÖÜäöü' ) self._test(text, expected) -- cgit v1.2.3