Skip to content

Commit

Permalink
Update tests/test_subworkflows.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu authored Nov 4, 2022
1 parent 19d0ae1 commit 4be837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_subworkflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def setUp(self):
).init_pipeline()

# Set up the nf-core/modules repo dummy
self.nfcore_modules = create_subworkflows_repo_dummy(self.tmp_dir)
self.nfcore_modules = create_modules_repo_dummy(self.tmp_dir)

# Set up install objects
self.sw_install = nf_core.subworkflows.SubworkflowInstall(self.pipeline_dir, prompt=False, force=False)
Expand Down

0 comments on commit 4be837d

Please sign in to comment.