Skip to content

Commit 801496f

Browse files
committed
fix staking
1 parent aad7521 commit 801496f

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
@@ -152,7 +152,7 @@ def test_staking(local_chain, wallet_setup):
152152
"--chain",
153153
"ws://127.0.0.1:9945",
154154
"--amount",
155-
"100",
155+
str(float(stake_added) - 5),
156156
"--tolerance",
157157
"0.1",
158158
"--partial",

0 commit comments

Comments
 (0)