summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-08-20 15:47:19 -0300
committerdrebs <drebs@leap.se>2015-08-20 15:47:19 -0300
commitcd85aa6b66ddc3ec2749e7c44fa4a836c9faf4f4 (patch)
treedf0f6a54d73fc6fd6f825af0ba3d81aba98cced6 /common/src/leap/soledad/common/tests/test_sqlcipher_sync.py
parentb340c08b814d37434367635ed9f989642b111035 (diff)
[tests] add u1db sync tests to soledad couch tests
Diffstat (limited to 'common/src/leap/soledad/common/tests/test_sqlcipher_sync.py')
-rw-r--r--common/src/leap/soledad/common/tests/test_sqlcipher_sync.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py b/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py
index 5d368fdd..5a68f8b6 100644
--- a/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py
+++ b/common/src/leap/soledad/common/tests/test_sqlcipher_sync.py
@@ -34,9 +34,7 @@ from leap.soledad.common import couch
from leap.soledad.common.crypto import ENC_SCHEME_KEY
from leap.soledad.client.http_target import SoledadHTTPSyncTarget
from leap.soledad.client.crypto import decrypt_doc_dict
-from leap.soledad.client.sqlcipher import (
- SQLCipherDatabase,
-)
+from leap.soledad.client.sqlcipher import SQLCipherDatabase
from leap.soledad.common.tests import u1db_tests as tests
from leap.soledad.common.tests.test_sqlcipher import SQLCIPHER_SCENARIOS