summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/__init__.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 890c4d2a..3bb66680 100644
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -28,7 +28,9 @@ class BaseSoledadTest(BaseLeapTest):
self._soledad._gpg.import_keys(PRIVATE_KEY)
def tearDown(self):
- pass
+ self._db1.close()
+ self._db2.close()
+ self._soledad.close()
# Key material for testing