summaryrefslogtreecommitdiff
path: root/tests/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'tests/widgets')
-rw-r--r--tests/widgets/globals_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/widgets/globals_test.py b/tests/widgets/globals_test.py
index 91092264..bcbf51e1 100644
--- a/tests/widgets/globals_test.py
+++ b/tests/widgets/globals_test.py
@@ -40,7 +40,6 @@ class TestTagWidget(unittest.TestCase):
sorted(globals_.TagWidget(x) for x in expected)]
self.assertListEqual(actual, expected)
- @unittest.expectedFailure
def test_hash_for_unicode_representation(self):
with mock.patch(
'alot.widgets.globals.settings.get_tagstring_representation',