Skip to content

Commit

Permalink
Remove unused tmp_path from unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Oct 29, 2024
1 parent 12022de commit 3cf27df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ def test_prologue_epilogue_combinations(
prologue,
epilogue,
expected_script_lines,
tmp_path,
):
testrun_fixture.prologue = Mock(spec=TestScenario) if prologue else None
testrun_fixture.epilogue = Mock(spec=TestScenario) if epilogue else None
Expand Down

0 comments on commit 3cf27df

Please sign in to comment.