Skip to content

Commit 6474543

Browse files
committed
Merge branch 'staging' into fix/thewhaleking/name-shadowing
2 parents 739e3d2 + 86b5028 commit 6474543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_staking_sudo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def test_staking(local_chain, wallet_setup):
135135
re.sub(r"\s+", " ", line) for line in show_stake.stdout.splitlines()
136136
]
137137
stake_added = cleaned_stake[8].split("│")[3].strip().split()[0]
138-
assert Balance.from_tao(float(stake_added)) >= Balance.from_tao(100)
138+
assert Balance.from_tao(float(stake_added)) >= Balance.from_tao(90)
139139

140140
# Execute remove_stake command and remove all 100 TAO from Alice
141141
remove_stake = exec_command_alice(

0 commit comments

Comments
 (0)