diff options
author | Victor Shyba <victor1984@riseup.net> | 2017-05-08 05:56:20 -0300 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2017-05-08 05:56:20 -0300 |
commit | 3ff522b687dcccd1ada5da5aba526057befec007 (patch) | |
tree | 4f3c9e2d2f4744cfeed4e82d780577bac79e4293 /testing/tests/sqlcipher/test_async.py | |
parent | ac0e01ccf4a7d372cddea03ae1982a01e28b9cd0 (diff) |
[refactor] _database -> _db
Diffstat (limited to 'testing/tests/sqlcipher/test_async.py')
-rw-r--r-- | testing/tests/sqlcipher/test_async.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tests/sqlcipher/test_async.py b/testing/tests/sqlcipher/test_async.py index dac6c6b9..5c220cc4 100644 --- a/testing/tests/sqlcipher/test_async.py +++ b/testing/tests/sqlcipher/test_async.py @@ -20,8 +20,8 @@ import hashlib from twisted.internet import defer from test_soledad.util import BaseSoledadTest -from leap.soledad.client._database import adbapi -from leap.soledad.client._database import sqlcipher +from leap.soledad.client._db import adbapi +from leap.soledad.client._db import sqlcipher class ASyncSQLCipherRetryTestCase(BaseSoledadTest): |