diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-08-23 22:24:17 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-09-17 11:38:34 +0000 |
| commit | 48cfcb63135b59c0e2f74390cd5dd036ca65153c (patch) | |
| tree | 547e71e565cca804cf5a6ee0594baa20bb036c95 /tests/functional_tests/wallet.py | |
| parent | 75fe790634b961f68319121c150e3fd7e981ff2e (diff) | |
| download | monzero-core-48cfcb63135b59c0e2f74390cd5dd036ca65153c.tar.gz monzero-core-48cfcb63135b59c0e2f74390cd5dd036ca65153c.tar.xz monzero-core-48cfcb63135b59c0e2f74390cd5dd036ca65153c.zip | |
functional_tests: fix failure on windows removing files
Diffstat (limited to 'tests/functional_tests/wallet.py')
| -rwxr-xr-x | tests/functional_tests/wallet.py | 2 |
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): |
