Skip to content

Commit

Permalink
rename fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
KPrasch committed Feb 6, 2024
1 parent 8e3edb9 commit 7c3d210
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ def machine(w3, clock):


@pytest_twisted.inlineCallbacks
def test_machine(account, w3, legacy_transaction, transaction_eip1559, machine, clock):
def test_machine(account, w3, legacy_transaction, eip1559_transaction, machine, clock):

assert not machine.busy
async_txs = machine.queue_transactions(
params=[
legacy_transaction,
transaction_eip1559
eip1559_transaction
],
signer=account,
info={"message": f"something wonderful is happening..."},
Expand Down

0 comments on commit 7c3d210

Please sign in to comment.