Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Mar 21, 2024
1 parent fe8d7c9 commit 6ec89d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lint/nfcore_yml.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_nfcore_yml_fail_nfcore_version(self):
lint_obj = nf_core.lint.PipelineLint(new_pipeline)
lint_obj._load()
results = lint_obj.nfcore_yml()
assert "nf-core version in .nf-core.yml is not set to the latest version." in str(results["warned"])
assert "nf-core version in `.nf-core.yml` is not set to the latest version." in str(results["warned"])
assert len(results.get("failed", [])) == 0
assert len(results.get("passed", [])) >= 0
assert len(results.get("ignored", [])) == 0

0 comments on commit 6ec89d8

Please sign in to comment.