Skip to content

Commit

Permalink
Update test_send_scheduled_transactions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa committed Feb 24, 2025
1 parent 1c3c757 commit 4d2c944
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ def test_scheduled_trx_send_tokens_to_sol_chain_contract_failed_trx(
web3_client_sol.send_scheduled_transaction(tx0)
receipt = web3_client_sol.wait_for_transaction_receipt(tx0.hash())
assert receipt["status"] == 0
wsol_balance_after = web3_client_sol.get_balance(neon_user.checksum_address)
wait_condition(lambda: not evm_loader.account_exists(tree_account))
wsol_balance_after = web3_client_sol.get_balance(neon_user.checksum_address)
assert wsol_balance_after > wsol_balance_after_creating_tree, "Sol should be returned"

def test_scheduled_trx_with_timestamp(
Expand Down

0 comments on commit 4d2c944

Please sign in to comment.