Skip to content

Commit

Permalink
parallel collection
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Dec 15, 2024
1 parent 2674400 commit bafbe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_loading_tasks(task_name):
task_name_hydra = cfg.hydra.runtime.choices.task
assert task_name_hydra == task_name

warn_message = "TaskConfig python dataclass not foud, task is being loaded without type checks"
warn_message = "TaskConfig python dataclass not found, task is being loaded without type checks"

with (
pytest.warns(match=warn_message)
Expand Down

0 comments on commit bafbe86

Please sign in to comment.