Skip to content

Commit

Permalink
update test_arg_parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachlan Whitehead committed Aug 29, 2024
1 parent a2106dd commit 0d93f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/test_arg_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ def test_voxel_parsing():
"input-image",
"--save-name", "output",
"--save-type", "tiff",
"--physical_pixel_sizes", "1", "1", "1"
"--physical-pixel-sizes", "1", "1", "1"
])
assert args["physical_pixel_sizes"] == ("1", "1", "1")

0 comments on commit 0d93f9e

Please sign in to comment.