Skip to content

Commit

Permalink
Removed extra Fiji.app in macOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorTatarnikov committed Feb 8, 2024
1 parent 64287d3 commit bfccd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit/test_big_stitcher_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

IMAGEJ_PATH_MAC = Path("/Users/user/Fiji.app")
IMAGEJ_PATH_MAC_CHECK = Path(
"/Users/user/Fiji.app/Fiji.app/Contents/MacOS/ImageJ-macosx"
"/Users/user/Fiji.app/Contents/MacOS/ImageJ-macosx"
)
XML_PATH_MAC = Path("/Users/user/stitching/Brain2/bdv.xml")
TILE_CONFIG_PATH_MAC = Path("/Users/user/stitching/Brain2/bdv_tile_config.txt")
Expand Down

0 comments on commit bfccd2a

Please sign in to comment.