Skip to content

Commit 3d1f463

Browse files
author
Roman
committed
update message
1 parent 52b4853 commit 3d1f463

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
@@ -34,7 +34,7 @@ async def test_stake_fee_api(local_chain, subtensor, alice_wallet, bob_wallet):
3434
)
3535
assert isinstance(stake_fee_0, Balance), "Stake fee should be a Balance object"
3636
assert stake_fee_0 == min_stake_fee, (
37-
"Stake fee should be greater than the minimum stake fee"
37+
"Stake fee should be equal the minimum stake fee"
3838
)
3939

4040
# Test unstake fee

0 commit comments

Comments
 (0)