Skip to content

Commit

Permalink
Edit file name to be specific to our use case
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jun 19, 2024
1 parent 9ac512f commit b9dd658
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 7 additions & 0 deletions tests/test_group_layer_widget.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from napari_experimental._widget import GroupLayerWidget
from qtpy.QtWidgets import QWidget


def test_me(make_napari_viewer_proxy) -> None:
viewer = make_napari_viewer_proxy()
assert isinstance(GroupLayerWidget(viewer), QWidget)
6 changes: 0 additions & 6 deletions tests/test_widget.py

This file was deleted.

0 comments on commit b9dd658

Please sign in to comment.