Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjagoe committed Dec 3, 2023
1 parent c280713 commit 13ac1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions haas/tests/test_haas_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ def test_multiple_start_directories(self, runner_class, result_class,
# When
with cd(top_level):
run, result = self._run_with_arguments(
runner_class, result_class, '-t', top_level, 'first',
'second', plugin_manager=plugin_manager,
runner_class, result_class, '-t', top_level, './first',
'./second', plugin_manager=plugin_manager,
)

loader = Loader()
Expand Down

0 comments on commit 13ac1cb

Please sign in to comment.