Skip to content

Commit c82eb08

Browse files
committed
Update
1 parent c03e82a commit c82eb08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e_tests/test_staking_sudo.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_staking(local_chain, wallet_setup):
136136
stake_added = cleaned_stake[8].split("│")[3].strip().split()[0]
137137
assert Balance.from_tao(float(stake_added)) >= Balance.from_tao(90)
138138

139-
# Execute remove_stake command and remove all 100 TAO from Alice
139+
# Execute remove_stake command and remove all alpha stakes from Alice
140140
remove_stake = exec_command_alice(
141141
command="stake",
142142
sub_command="remove",
@@ -152,7 +152,7 @@ def test_staking(local_chain, wallet_setup):
152152
"--chain",
153153
"ws://127.0.0.1:9945",
154154
"--amount",
155-
str(float(stake_added) - 5),
155+
str(float(stake_added) - 1),
156156
"--tolerance",
157157
"0.1",
158158
"--partial",

0 commit comments

Comments
 (0)