functional_tests: fix failure on windows removing files

This commit is contained in:
moneromooo-monero 2019-08-23 22:24:17 +00:00
parent 75fe790634
commit 48cfcb6313
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 2 additions and 0 deletions

View File

@ -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):