Skip to content

Commit

Permalink
Stop fixture polluting other tests in module
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdstrike committed May 23, 2024
1 parent 13c7179 commit 605e093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
)


@pytest.fixture(scope="module", params=["AAAAAAAA", None])
@pytest.fixture(scope="function", params=["AAAAAAAA", None])
def simplex_run(request, mlwhdb_test_session):
"""
A single sample, well, run mlwh fixture that provides both an explicit tag1
Expand Down

0 comments on commit 605e093

Please sign in to comment.