Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Oct 16, 2023
1 parent 64fb0bd commit e4e84df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/end_to_end/examples/example_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,10 +268,10 @@ def assert_ntc_update_pre_820(
)

@pytest.mark.Issue688_test
def test_SixCandidatesWithPlaylists_10MonteCarloYears(
def test_six_candidates_with_playlists_10_monte_carlo_years(
install_dir,
allow_run_as_root,
study_path
study_path,
tmp_path
):
tmp_study = tmp_path / study_path.name
Expand Down

0 comments on commit e4e84df

Please sign in to comment.