Skip to content

Commit

Permalink
update pytest test_make_pipeline_schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 20, 2024
1 parent 1390a6d commit f72a2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines/test_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_make_pipeline_schema(self, tmp_path):
Path(test_pipeline_dir, "nextflow_schema.json").unlink()
self.launcher = nf_core.pipelines.launch.Launch(test_pipeline_dir, params_out=self.nf_params_fn)
self.launcher.get_pipeline_schema()
assert len(self.launcher.schema_obj.schema["definitions"]["input_output_options"]["properties"]) > 2
assert len(self.launcher.schema_obj.schema["definitions"]["input_output_options"]["properties"]) >= 2
assert self.launcher.schema_obj.schema["definitions"]["input_output_options"]["properties"]["outdir"] == {
"type": "string",
"format": "directory-path",
Expand Down

0 comments on commit f72a2c3

Please sign in to comment.