Skip to content

Commit 8d48198

Browse files
committed
Typo
1 parent 29cb6b9 commit 8d48198

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
@@ -566,7 +566,7 @@ def test_wallet_regen(wallet_setup, capfd):
566566
# Wait a bit to ensure file system updates modification time
567567
time.sleep(2)
568568

569-
new_hotkeypub_mod_time = os.path.getmtime(hotkey_path)
569+
new_hotkeypub_mod_time = os.path.getmtime(hotkeypub_path)
570570

571571
assert initial_hotkeypub_mod_time != new_hotkeypub_mod_time, (
572572
"Hotkey file was not regenerated as expected"

0 commit comments

Comments
 (0)