functional_tests: fix failure on windows removing files

release-v0.7.1.0
moneromooo-monero 5 years ago
parent 75fe790634
commit 48cfcb6313
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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…
Cancel
Save