Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: derekpierre <[email protected]>
  • Loading branch information
vzotova and derekpierre committed Jan 27, 2025
1 parent 3fce81e commit a2bf89c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_managed_allow_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@
@pytest.fixture(scope="module")
def initiator(accounts):
initiator_index = 1
assert len(accounts) >= initiator_index
return accounts[initiator_index]


@pytest.fixture(scope="module")
def deployer(accounts):
deployer_index = 2
assert len(accounts) >= deployer_index
return accounts[deployer_index]


Expand Down

0 comments on commit a2bf89c

Please sign in to comment.