We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2faf1c commit 5fc6e77Copy full SHA for 5fc6e77
tests/pipelines/test_bump_version.py
@@ -110,7 +110,7 @@ def test_bump_pipeline_version_in_snapshot_no_version(self):
110
def test_bump_pipeline_version_nf_core_yml_prettier(self):
111
"""Test that lists in .nf-core.yml have correct formatting after version bump."""
112
113
- nf_core_yml_path = Path(self.pipeline_dir / "nf-core.yml")
+ nf_core_yml_path = Path(self.pipeline_dir / ".nf-core.yml")
114
115
# Add a list to the .nf-core.yml file to test list indentation
116
with open(nf_core_yml_path) as fh:
0 commit comments