Skip to content

Commit

Permalink
test: Use correct org name in remove
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Dec 16, 2024
1 parent f7ee052 commit db30424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/subworkflows/test_remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ def test_subworkflows_remove_subworkflow_keep_installed_cross_org_module(self):
self.subworkflow_install_cross_org.install("fastq_trim_fastp_fastqc")
self.mods_install.install("fastqc")

subworkflow_path = Path(self.subworkflow_install.directory, "subworkflows", "jvfe")
subworkflow_path = Path(self.subworkflow_install.directory, "subworkflows", "nf-core-test")
fastq_trim_fastp_fastqc_path = Path(subworkflow_path, "fastq_trim_fastp_fastqc")
fastqc_path = Path(self.subworkflow_install.directory, "modules", "jvfe", "fastqc")
fastqc_path = Path(self.subworkflow_install.directory, "modules", "nf-core-test", "fastqc")
nfcore_fastqc_path = Path(self.subworkflow_install.directory, "modules", "nf-core", "fastqc")

mod_json_before = ModulesJson(self.pipeline_dir).get_modules_json()
Expand Down

0 comments on commit db30424

Please sign in to comment.