Skip to content

Commit

Permalink
increased new user account balance to 250 (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAdamovNeon authored Sep 17, 2024
1 parent d84797e commit db79c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tests/economy/test_economics.py
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ def test_deploy_contract_alt_on(

):
"""Trigger transaction than requires more than 30 accounts"""
sender_account = accounts[0]
sender_account = accounts[1]
accounts_quantity = 45
sol_balance_before = operator.get_solana_balance()
neon_balance_before = operator.get_token_balance(web3_client)
Expand Down

0 comments on commit db79c99

Please sign in to comment.