Skip to content

Commit 7e0deb8

Browse files
authored
Merge pull request #3092 from opentensor/fix/roman/error
replace error
2 parents 3c1efb8 + 4d56e45 commit 7e0deb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_hotkeys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ async def test_children(local_chain, subtensor, alice_wallet, bob_wallet, dave_w
194194
raise_error=True,
195195
)
196196

197-
with pytest.raises(TooManyChildren):
197+
with pytest.raises(DuplicateChild):
198198
subtensor.set_children(
199199
alice_wallet,
200200
alice_wallet.hotkey.ss58_address,

0 commit comments

Comments
 (0)