summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/db/envelope_test.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/db/envelope_test.py b/tests/db/envelope_test.py
index de01eaf7..f14b8594 100644
--- a/tests/db/envelope_test.py
+++ b/tests/db/envelope_test.py
@@ -72,7 +72,6 @@ class TestEnvelope(unittest.TestCase):
actual = email.parser.Parser().parsestr(raw)
self.assertEmailEqual(mail, actual)
- @unittest.expectedFailure
@mock.patch('alot.db.envelope.settings', SETTINGS)
def test_construct_mail_simple(self):
"""Very simple envelope with a To, From, Subject, and body."""
@@ -85,7 +84,6 @@ class TestEnvelope(unittest.TestCase):
bodytext='Test')
self._test_mail(e)
- @unittest.expectedFailure
@mock.patch('alot.db.envelope.settings', SETTINGS)
def test_construct_mail_with_attachment(self):
"""Very simple envelope with a To, From, Subject, body and attachment.