Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
haesleinhuepf committed May 5, 2022
1 parent e6d1a62 commit 978bb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_skimage_regionprops/_tests/test_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_regionprops(make_napari_viewer):

# generate a parametric image
from napari_skimage_regionprops import visualize_measurement_on_labels
layer = visualize_measurement_on_labels(labels_layer, "area")
layer = visualize_measurement_on_labels(labels_layer, "area", viewer)
assert layer is not None

reference = np.asarray([
Expand Down

0 comments on commit 978bb77

Please sign in to comment.