Skip to content

Commit

Permalink
Update tests/modules/test_patch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol authored Nov 25, 2024
1 parent 805ba91 commit 84cec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modules/test_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_create_patch_no_change(self):
module_path = Path(self.pipeline_dir, "modules", REPO_NAME, BISMARK_ALIGN)

# Check that no patch file has been added to the directory
assert "bismark-align.diff" in set(os.listdir(module_path))
assert "bismark-align.diff" not in set(os.listdir(module_path))

# Check the 'modules.json' contains no patch file for the module
modules_json_obj = nf_core.modules.modules_json.ModulesJson(self.pipeline_dir)
Expand Down

0 comments on commit 84cec26

Please sign in to comment.