Skip to content

Commit

Permalink
Use function scope for the consensus_member fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirex committed Jan 15, 2024
1 parent 487f6e5 commit ce509e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/test_accounting_oracle_negative.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def aragon_agent() -> Account:
return contracts.agent


@pytest.fixture(scope="module")
@pytest.fixture(scope="function")
def consensus_member():
return accounts.at(
contracts.hash_consensus_for_accounting_oracle.getFastLaneMembers()[0][0],
Expand Down

0 comments on commit ce509e8

Please sign in to comment.