Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e_tests/test_staking_sudo.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_staking(local_chain, wallet_setup):
re.sub(r"\s+", " ", line) for line in show_stake.stdout.splitlines()
]
stake_added = cleaned_stake[8].split("│")[3].strip().split()[0]
assert Balance.from_tao(float(stake_added)) >= Balance.from_tao(100)
assert Balance.from_tao(float(stake_added)) >= Balance.from_tao(90)

# Execute remove_stake command and remove all 100 TAO from Alice
remove_stake = exec_command_alice(
Expand Down
Loading