Skip to content

Commit

Permalink
Make sure that calling the widget actually worked
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Dec 11, 2023
1 parent 3d34b7f commit 69f8004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/affinder/_tests/test_affinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ def test_remove_points_layers(remove_pts, make_napari_viewer):

widget() # close the widget

assert widget._call_button.text == 'Start'

assert remove_pts != any(
pt_layer in viewer.layers
for pt_layer in ['ref_im_pts', 'mov_im_pts']
Expand Down

0 comments on commit 69f8004

Please sign in to comment.