Skip to content

Commit

Permalink
look for "# input: null" in test_params_file
Browse files Browse the repository at this point in the history
  • Loading branch information
matbonfanti committed Feb 3, 2025
1 parent a1a5d5a commit 02dcbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pipelines/test_params_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def test_build_template_content(self):
out = fh.read()

assert "nf-core/testpipeline" in out
assert "# input = null" in out
assert "# input: null" in out

0 comments on commit 02dcbb7

Please sign in to comment.