Skip to content

Commit 5fc6e77

Browse files
committed
fix path
1 parent d2faf1c commit 5fc6e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pipelines/test_bump_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_bump_pipeline_version_in_snapshot_no_version(self):
110110
def test_bump_pipeline_version_nf_core_yml_prettier(self):
111111
"""Test that lists in .nf-core.yml have correct formatting after version bump."""
112112

113-
nf_core_yml_path = Path(self.pipeline_dir / "nf-core.yml")
113+
nf_core_yml_path = Path(self.pipeline_dir / ".nf-core.yml")
114114

115115
# Add a list to the .nf-core.yml file to test list indentation
116116
with open(nf_core_yml_path) as fh:

0 commit comments

Comments
 (0)