Skip to content

Commit

Permalink
fix test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Oct 16, 2023
1 parent e4e84df commit 88e0c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/examples/example_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,9 @@ def assert_ntc_update_pre_820(
def test_six_candidates_with_playlists_10_monte_carlo_years(
install_dir,
allow_run_as_root,
study_path,
tmp_path
):
study_path = Issue688_Test
tmp_study = tmp_path / study_path.name
shutil.copytree(study_path, tmp_study)
shutil.copytree(tmp_study/"settings"/"10MC-generaldata.ini", tmp_study/"settings"/"generaldata.ini")
Expand Down

0 comments on commit 88e0c5b

Please sign in to comment.