summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/commands/thread_test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/commands/thread_test.py b/tests/commands/thread_test.py
index fbd42d67..be358c48 100644
--- a/tests/commands/thread_test.py
+++ b/tests/commands/thread_test.py
@@ -156,7 +156,6 @@ class TestDetermineSender(unittest.TestCase):
expected = ('foo@example.com', account1)
self._test(accounts=[account1, account2], expected=expected)
- @unittest.expectedFailure
def test_matching_address_and_account_are_returned(self):
account1 = _AccountTestClass(address='foo@example.com')
account2 = _AccountTestClass(address='to@example.com')