aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-08-23 22:24:17 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-09-17 11:38:34 +0000
commit48cfcb63135b59c0e2f74390cd5dd036ca65153c (patch)
tree547e71e565cca804cf5a6ee0594baa20bb036c95 /tests
parentfix wallet python test when run with ctest (diff)
downloadmonero-48cfcb63135b59c0e2f74390cd5dd036ca65153c.tar.xz
functional_tests: fix failure on windows removing files
Diffstat (limited to 'tests')
-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):