summaryrefslogtreecommitdiff
path: root/tests/db
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-07-24 16:07:25 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-07-24 16:36:12 -0700
commitfa1ce885f92c805dabed31a09fe6cc513551c20b (patch)
treed0cc34b86e1c834d454b3d53bf6162e71a098d66 /tests/db
parent380be7dd329332bbb193fddb7ba2207907106ea1 (diff)
tests: move shared helpers out of crypto module into common module
Diffstat (limited to 'tests/db')
-rw-r--r--tests/db/utils_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/db/utils_test.py b/tests/db/utils_test.py
index 8e00b1c2..91b2cf88 100644
--- a/tests/db/utils_test.py
+++ b/tests/db/utils_test.py
@@ -14,7 +14,7 @@ import unittest
import mock
from alot.db import utils
-from ..crypto_test import make_key
+from ..utilities import make_key
class TestGetParams(unittest.TestCase):