Skip to content

Commit

Permalink
Test for updating modules fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Sep 21, 2023
1 parent 7e307e6 commit 83ccc5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/subworkflows/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ def test_update_with_config_dont_update(self):

def test_update_with_config_fix_all(self):
"""Fix the version of all nf-core subworkflows"""
# Remove intialise
self.subworkflow_remove.remove("initialise")

# Install subworkflow at the latest version
assert self.subworkflow_install.install("fastq_align_bowtie2")

Expand Down

0 comments on commit 83ccc5e

Please sign in to comment.