Skip to content

Commit e7789a0

Browse files
committed
removed main from test
1 parent 7179889 commit e7789a0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/napari_matplotlib/tests/test_histogram.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,3 @@ def test_change_layer(make_napari_viewer, brain_data, astronaut_data):
138138
viewer.layers.selection.clear()
139139
viewer.layers.selection.add(viewer.layers[1])
140140
assert_figures_not_equal(widget.figure, fig1)
141-
142-
143-
if __name__ == "__main__":
144-
import napari
145-
146-
test_feature_histogram_points(napari.Viewer)

0 commit comments

Comments
 (0)