Skip to content

Commit 69b4136

Browse files
author
Roman
committed
ruff
1 parent 3673e1b commit 69b4136

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/e2e_tests/test_hotkeys.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ async def test_children(local_chain, subtensor, alice_wallet, bob_wallet, dave_w
9494
wallet=alice_wallet, cooldown=ROOT_COOLDOWN
9595
)
9696
assert success, f"Call `root_set_pending_childkey_cooldown` failed: {message}"
97-
assert message == "Success with `root_set_pending_childkey_cooldown_extrinsic` response."
97+
assert (
98+
message
99+
== "Success with `root_set_pending_childkey_cooldown_extrinsic` response."
100+
)
98101

99102
assert subtensor.register_subnet(dave_wallet, True, True)
100103
assert subtensor.subnet_exists(dave_subnet_netuid), (

0 commit comments

Comments
 (0)