We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae12ef commit 6589832Copy full SHA for 6589832
tests/e2e_tests/test_stake_fee.py
@@ -45,7 +45,7 @@ async def test_stake_fee_api(local_chain, subtensor, alice_wallet, bob_wallet):
45
hotkey_ss58=bob_wallet.hotkey.ss58_address,
46
)
47
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."
+ assert unstake_fee_root == Balance.from_rao(299076829), "Root unstake fee should be 0."
49
50
# Test various stake movement scenarios
51
movement_scenarios = [
0 commit comments