Skip to content

Commit 60e11fb

Browse files
committed
Fix test after merge
1 parent db309f7 commit 60e11fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_schema_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_bilayers_parsing(self, bilayers_descriptor):
129129
assert parsed.name == "Cellpose"
130130
assert "Deep Learning algorithm for cell segmentation in microscopy images" in parsed.description
131131
assert parsed.schema_version == "bilayers-1.0.0"
132-
container_image = "cellprofiler/runcellpose_no_pretrained:2.3.2"
132+
container_image = "cellprofiler/runcellpose_no_pretrained"
133133
assert parsed.container_image.image == container_image
134134
assert parsed.container_image.type == "docker"
135135
assert "python -m cellpose" in parsed.command_line

0 commit comments

Comments
 (0)