Skip to content

Commit

Permalink
Update test_widget.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Macl-I committed Jun 19, 2024
1 parent 94aaaad commit 9ae5c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/napari_fast4dreg/_tests/test_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ def test_Fast4DReg_widget():
export_csv = True )

# get layer data
layers = v.layers()
layers = viewer.layers()

assert layers[0].data == layers[-1].data

0 comments on commit 9ae5c46

Please sign in to comment.