Skip to content

Commit

Permalink
fix issue with scope of fixture after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed Jun 26, 2024
1 parent 9dc2bd8 commit 459aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/status.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# pylint: disable=redefined-outer-name


@pytest.fixture(scope="class")
@pytest.fixture(scope="session")
def status_testing_dir(temp_output_dir: str) -> str:
"""
A pytest fixture to set up a temporary directory to write files to for testing status.
Expand Down

0 comments on commit 459aa21

Please sign in to comment.