From c5b83ead8099fc18c08232d26cbe3117d7fc444c Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Wed, 12 Mar 2025 15:05:37 -0700 Subject: [PATCH] Updates staking test --- tests/e2e_tests/test_staking_sudo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_tests/test_staking_sudo.py b/tests/e2e_tests/test_staking_sudo.py index 6684b1a12..c1b939c8f 100644 --- a/tests/e2e_tests/test_staking_sudo.py +++ b/tests/e2e_tests/test_staking_sudo.py @@ -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(