Skip to content

Commit 8dc3a8f

Browse files
committed
Update test
1 parent ed21df7 commit 8dc3a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_wallet_creations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def test_wallet_regen(wallet_setup, capfd):
543543
)
544544
print("Passed wallet regen_hotkey command ✅")
545545

546-
hotkeypub_path = os.path.join(wallet_path, "new_wallet", "hotkeypub.txt")
546+
hotkeypub_path = os.path.join(wallet_path, "new_wallet", "hotkeys", "new_hotkeypub.txt")
547547
initial_hotkeypub_mod_time = os.path.getmtime(hotkeypub_path)
548548
result = exec_command(
549549
command="wallet",

0 commit comments

Comments
 (0)