From f8a9f40df616551477d923679e6b63241031ecf0 Mon Sep 17 00:00:00 2001 From: dalthviz <16781833+dalthviz@users.noreply.github.com> Date: Wed, 23 Oct 2024 10:29:15 -0500 Subject: [PATCH] Testing --- midi_app_controller/actions/_tests/test_napari_actions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/midi_app_controller/actions/_tests/test_napari_actions.py b/midi_app_controller/actions/_tests/test_napari_actions.py index 2878310..fd50658 100644 --- a/midi_app_controller/actions/_tests/test_napari_actions.py +++ b/midi_app_controller/actions/_tests/test_napari_actions.py @@ -137,6 +137,8 @@ def test_zoom_and_dimensions(): increase_dimensions_left(viewer) increase_dimensions_right(viewer) + viewer.close() + def test_contour(): layer = Labels(np.ones((4, 4), dtype=np.int32))