Skip to content

Commit

Permalink
Fix converter test comparison of image list
Browse files Browse the repository at this point in the history
  • Loading branch information
jluethi committed May 31, 2024
1 parent 3f5c67b commit afe30fd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/test_converter_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ def test_ome_zarr_conversion():
},
},
]
assert set(expected_image_list_update) == set(
image_list_update["image_list_updates"]
)
for entry in image_list_update["image_list_updates"]:
assert entry in expected_image_list_update

assert (
zarr_root
Expand Down

0 comments on commit afe30fd

Please sign in to comment.