Skip to content

Commit 6589832

Browse files
author
Roman
committed
update e2e fee test
1 parent fae12ef commit 6589832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_stake_fee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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 == 0, "Root unstake fee should be 0."
48+
assert unstake_fee_root == Balance.from_rao(299076829), "Root unstake fee should be 0."
4949

5050
# Test various stake movement scenarios
5151
movement_scenarios = [

0 commit comments

Comments
 (0)