Skip to content

Commit

Permalink
change scope to module
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Aug 14, 2023
1 parent 5d1769d commit 3a1fd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clv/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
)


@pytest.fixture
@pytest.fixture(scope="module")
def test_summary_data() -> pd.DataFrame:
return pd.read_csv("tests/clv/datasets/test_summary_data.csv", index_col=0)

Expand Down

0 comments on commit 3a1fd10

Please sign in to comment.