mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
functional_tests: fix failure on windows removing files
This commit is contained in:
parent
75fe790634
commit
48cfcb6313
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user