Skip to content

Commit

Permalink
chore: Dummy commit to test action
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Jul 1, 2024
1 parent 568363a commit 534da92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/subworkflows/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def test_subworkflows_install_across_organizations(self):
# Verify that the installed_by entry was added correctly
modules_json = ModulesJson(self.pipeline_dir)
mod_json = modules_json.get_modules_json()
# Dummy comment
assert mod_json["repos"][CROSS_ORGANIZATION_URL]["modules"]["jvfe"]["samtools/merge"]["installed_by"] == [
"hic_bwamem2"
]
Expand Down

0 comments on commit 534da92

Please sign in to comment.