From 3ff522b687dcccd1ada5da5aba526057befec007 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Mon, 8 May 2017 05:56:20 -0300 Subject: [refactor] _database -> _db --- testing/tests/client/test_aux_methods.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/client') diff --git a/testing/tests/client/test_aux_methods.py b/testing/tests/client/test_aux_methods.py index da33255c..1eb676c7 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._database.adbapi import U1DBConnectionPool +from leap.soledad.client._db.adbapi import U1DBConnectionPool from leap.soledad.client._secrets.util import SecretsError from test_soledad.util import BaseSoledadTest -- cgit v1.2.3