summaryrefslogtreecommitdiff
path: root/tests/widgets/test_globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/widgets/test_globals.py')
-rw-r--r--tests/widgets/test_globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/widgets/test_globals.py b/tests/widgets/test_globals.py
index 72e6f77e..02918402 100644
--- a/tests/widgets/test_globals.py
+++ b/tests/widgets/test_globals.py
@@ -40,7 +40,7 @@ class TestTagWidget(unittest.TestCase):
def test_hash_for_unicode_representation(self):
with mock.patch(
'alot.widgets.globals.settings.get_tagstring_representation',
- lambda _, __, ___: {'translated': u'✉', 'normal': None,
+ lambda _, __, ___: {'translated': '✉', 'normal': None,
'focussed': None}):
# We don't have to assert anything, we just want the hash to be
# computed without an exception. The implementation currently