Skip to content

Commit f28450c

Browse files
committed
Fix test_base_image_for_targets mulled test to use mzmine
maker is not using the ``extended-base`` image since bioconda/bioconda-recipes@ce27c58
1 parent 52afa61 commit f28450c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/tool_util/mulled/test_mulled_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
@pytest.mark.parametrize(
1919
"target,version,base_image",
2020
[
21-
("maker", None, DEFAULT_EXTENDED_BASE_IMAGE),
21+
("mzmine", None, DEFAULT_EXTENDED_BASE_IMAGE),
2222
("qiime", "1.9.1", DEFAULT_EXTENDED_BASE_IMAGE),
2323
("samtools", None, DEFAULT_BASE_IMAGE),
2424
],

0 commit comments

Comments
 (0)