Skip to content

Commit f521a61

Browse files
committed
fixed up tasks tests
1 parent 77a7d7f commit f521a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_task_conversion(task_spec_file, cli_runner, work_dir):
1919

2020
with open(task_spec_file) as f:
2121
task_spec = yaml.safe_load(f)
22-
output_file = work_dir / "pydra_module.py"
22+
output_file = (work_dir / task_spec_file.stem).with_suffix(".py")
2323

2424
result = cli_runner(
2525
task_cli,

0 commit comments

Comments
 (0)