summaryrefslogtreecommitdiff
path: root/testing/tests/client/test_aux_methods.py
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-05-01 18:33:03 -0300
committerVictor Shyba <victor1984@riseup.net>2017-05-01 19:11:05 -0300
commit5854faf9b6de1297d6ebdd95ef700228c7fe5fb6 (patch)
tree1cdd65adbdab7a28532650c49c211a23d216a658 /testing/tests/client/test_aux_methods.py
parent0c22a7047553afdc1ed8a33bea17ccbe842e5e6e (diff)
parentb847d0fa65a7bd4bb8b173ef2f8610512e788129 (diff)
[refactor] merge refactor from drebs
Diffstat (limited to 'testing/tests/client/test_aux_methods.py')
-rw-r--r--testing/tests/client/test_aux_methods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/tests/client/test_aux_methods.py b/testing/tests/client/test_aux_methods.py
index 729aa28a..da33255c 100644
--- a/testing/tests/client/test_aux_methods.py
+++ b/testing/tests/client/test_aux_methods.py
@@ -22,7 +22,7 @@ import os
from pytest import inlineCallbacks
from leap.soledad.client import Soledad
-from leap.soledad.client.adbapi import U1DBConnectionPool
+from leap.soledad.client._database.adbapi import U1DBConnectionPool
from leap.soledad.client._secrets.util import SecretsError
from test_soledad.util import BaseSoledadTest