Skip to content

Commit aefa1d5

Browse files
author
Roman
committed
fix test
1 parent ad986d5 commit aefa1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/test_delegate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def test_nominator_min_required_stake(
342342
wallet=dave_wallet,
343343
hotkey_ss58=bob_wallet.hotkey.ss58_address,
344344
netuid=alice_subnet_netuid,
345-
amount=Balance.from_tao(10_000),
345+
amount=Balance.from_tao(1000),
346346
wait_for_inclusion=True,
347347
wait_for_finalization=True,
348348
)

0 commit comments

Comments
 (0)