From 32ba782f8f87ad9c244c30e5712e6ea29a0df818 Mon Sep 17 00:00:00 2001 From: Roman Date: Fri, 18 Jul 2025 17:33:03 -0700 Subject: [PATCH] add `workflow_dispatch` checker --- tests/e2e_tests/test_liquidity.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e_tests/test_liquidity.py b/tests/e2e_tests/test_liquidity.py index fd9ad09d42..780aa272c8 100644 --- a/tests/e2e_tests/test_liquidity.py +++ b/tests/e2e_tests/test_liquidity.py @@ -73,7 +73,7 @@ async def test_liquidity(local_chain, subtensor, alice_wallet, bob_wallet): wallet=alice_wallet, hotkey_ss58=alice_wallet.hotkey.ss58_address, netuid=alice_subnet_netuid, - amount=Balance.from_tao(1000), + amount=Balance.from_tao(1), wait_for_inclusion=True, wait_for_finalization=True, ), "❌ Cannot cannot add stake to Alice from Alice."