Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Sobolewski <[email protected]>
  • Loading branch information
dstansby and psobolewskiPhD authored Jun 6, 2024
1 parent ec33420 commit 4d5c32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_ome_zarr/_tests/test_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def test_get_reader_pass(self):
def assert_layers(self, layers, visible_1, visible_2, path="path_3d"):
# TODO: check name

assert len(layers) == self.n_datasets
assert len(layers) == self.n_layers
image, label = layers

data, metadata, layer_type = self.assert_layer(image)
Expand Down

0 comments on commit 4d5c32d

Please sign in to comment.