Skip to content

Commit b7699bf

Browse files
committed
update test
1 parent 5a36b21 commit b7699bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e_tests/test_wallet_interactions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,7 @@ def test_wallet_associate_hotkey(local_chain, wallet_setup):
554554
assert "Successfully associated hotkey" in result.stdout
555555
assert wallet_alice.hotkey.ss58_address in result.stdout
556556
assert wallet_alice.coldkeypub.ss58_address in result.stdout
557+
assert wallet_alice.hotkey_str in result.stdout
557558

558559
# Try to associate Alice's hotkey with Bob's wallet (should fail)
559560
result = exec_command_bob(

0 commit comments

Comments
 (0)