Skip to content

Commit 2585033

Browse files
committed
Test fix
1 parent 3a64f32 commit 2585033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

napari_cellseg3d/_tests/test_dock_widget.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
def test_prepare(make_napari_viewer):
99
path_image = str(
10-
Path(__file__).resolve().parent + "/res/test.tif"
10+
Path(__file__).resolve().parent / "res/test.tif"
1111
)
1212
image = imread(str(path_image))
1313
viewer = make_napari_viewer()

0 commit comments

Comments
 (0)