Skip to content

Commit c29bff5

Browse files
committed
test: Fix backwards compatibility intermittent failure
1 parent a653f4b commit c29bff5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/functional/feature_backwards_compatibility.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ def run_test(self):
274274
assert_equal(info["desc"], descsum_create(descriptor))
275275

276276
# Now copy that same wallet back to 0.16 to make sure no automatic upgrade breaks it
277+
node_master.unloadwallet("u1_v16")
277278
os.remove(os.path.join(node_v16_wallets_dir, "wallets/u1_v16"))
278279
shutil.copyfile(
279280
os.path.join(node_master_wallets_dir, "u1_v16"),

0 commit comments

Comments
 (0)