summaryrefslogtreecommitdiff
path: root/tests/commands
diff options
context:
space:
mode:
Diffstat (limited to 'tests/commands')
-rw-r--r--tests/commands/utils_tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/commands/utils_tests.py b/tests/commands/utils_tests.py
index f88244a5..cfa8a8dc 100644
--- a/tests/commands/utils_tests.py
+++ b/tests/commands/utils_tests.py
@@ -21,7 +21,6 @@ import shutil
import gpg
import mock
from twisted.trial import unittest
-from twisted.internet.defer import inlineCallbacks
from alot import crypto
from alot import errors
@@ -110,7 +109,7 @@ class TestGetKeys(unittest.TestCase):
FPR, validate=True, encrypt=True, signed_only=False)
ui = utilities.make_ui()
- # Creat a ui.choice object that can satisfy twisted, but can also be
+ # Creat a ui.choice object that can satisfy asyncio, but can also be
# queried for calls as a mock
async def choice(*args, **kwargs):
return None