Skip to content

Commit 9f771b1

Browse files
committed
fix test_issue289
1 parent b355829 commit 9f771b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resource_tests/test_test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ def test_issue289():
6666
doi = "10.5281/zenodo.6287342"
6767
model_resource = bioimageio.core.load_resource_description(doi)
6868
test_result = test_model(model_resource)
69-
assert all(t["status"] == "success" for t in test_result)
69+
assert all([t["status"] == "passed" for t in test_result])

0 commit comments

Comments
 (0)