Skip to content

Commit 333ca11

Browse files
author
Roman
committed
ruff
1 parent 6589832 commit 333ca11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e_tests/test_stake_fee.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ async def test_stake_fee_api(local_chain, subtensor, alice_wallet, bob_wallet):
4545
hotkey_ss58=bob_wallet.hotkey.ss58_address,
4646
)
4747
assert isinstance(unstake_fee_root, Balance), "Stake fee should be a Balance object"
48-
assert unstake_fee_root == Balance.from_rao(299076829), "Root unstake fee should be 0."
48+
assert unstake_fee_root == Balance.from_rao(299076829), (
49+
"Root unstake fee should be 0."
50+
)
4951

5052
# Test various stake movement scenarios
5153
movement_scenarios = [

0 commit comments

Comments
 (0)