Skip to content

Commit

Permalink
fix test_send_non_neon_token_without_chain_id (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa authored Aug 19, 2024
1 parent 4514e64 commit 7e077a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def test_call_different_chains_contracts_in_one_transaction(
assert item["common_contract"].functions.getNumber().call() == numbers[i]

@pytest.mark.multipletokens
def test_send_non_neon_token_without_chain_id(self, account_with_all_tokens, web3_client_sol, sol_price, operator):
def test_send_non_neon_token_without_chain_id(self, account_with_all_tokens, web3_client_sol):
# for transactions with non neon token and without chain_id NeonEVM should raise wrong chain id error
# checks eip1820
acc2 = web3_client_sol.create_account()
Expand Down

0 comments on commit 7e077a2

Please sign in to comment.