Skip to content

Commit 0376f90

Browse files
committed
Resolve typo
1 parent 3b50432 commit 0376f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def test_window_to_numpy_converts_active_image_to_xarray(ij, arr):
147147
assert (arr == new_arr.values).all
148148

149149

150-
def test_linked_dataset_convertsion_to_xarray(ij, xarr):
150+
def test_linked_dataset_conversion_to_xarray(ij, xarr):
151151
ensure_legacy_enabled(ij)
152152
ensure_gui_available(ij)
153153

0 commit comments

Comments
 (0)