1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

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

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