Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Achard committed Mar 1, 2023
1 parent 3a64f32 commit 2585033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_cellseg3d/_tests/test_dock_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def test_prepare(make_napari_viewer):
path_image = str(
Path(__file__).resolve().parent + "/res/test.tif"
Path(__file__).resolve().parent / "res/test.tif"
)
image = imread(str(path_image))
viewer = make_napari_viewer()
Expand Down

0 comments on commit 2585033

Please sign in to comment.