summaryrefslogtreecommitdiff
path: root/tests/commands/test_envelope.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commands/test_envelope.py')
-rw-r--r--tests/commands/test_envelope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/commands/test_envelope.py b/tests/commands/test_envelope.py
index d14cbf1f..9531cb57 100644
--- a/tests/commands/test_envelope.py
+++ b/tests/commands/test_envelope.py
@@ -24,7 +24,7 @@ import unittest
from unittest import mock
from alot.commands import envelope
-from alot.db.envelope import Envelope
+from alot.mail.envelope import Envelope
from alot.errors import GPGProblem
from alot.settings.errors import NoMatchingAccount
from alot.settings.manager import SettingsManager