Skip to content

Commit

Permalink
tests: check for get_hotkey_owner is None
Browse files Browse the repository at this point in the history
  • Loading branch information
zyzniewski-reef committed Feb 25, 2025
1 parent 5fb5825 commit 2dd9b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e_tests/test_hotkeys.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_hotkeys(subtensor, alice_wallet):
subtensor.does_hotkey_exist("fake")

assert subtensor.does_hotkey_exist(hotkey) is False
# assert subtensor.get_hotkey_owner(hotkey) is False
assert subtensor.get_hotkey_owner(hotkey) is None

assert subtensor.is_hotkey_registered(hotkey) is False
assert subtensor.is_hotkey_registered_any(hotkey) is False
Expand Down

0 comments on commit 2dd9b7b

Please sign in to comment.