aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/wallet.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional_tests/wallet.py')
-rwxr-xr-xtests/functional_tests/wallet.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional_tests/wallet.py b/tests/functional_tests/wallet.py
index 7e1a4f4c8..5bb3ec80a 100755
--- a/tests/functional_tests/wallet.py
+++ b/tests/functional_tests/wallet.py
@@ -357,6 +357,8 @@ class WalletTest():
res = wallet.get_address()
assert res.address == '42ey1afDFnn4886T7196doS9GPMzexD9gXpsZJDwVjeRVdFCSoHnv7KPbBeGpzJBzHRCAs9UxqeoyFQMYbqSWYTfJJQAWDm'
+ wallet.close_wallet()
+
self.remove_wallet_files('test1')
def store(self):