Skip to content

Commit

Permalink
fix rgb resource
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMonko committed Jun 12, 2024
1 parent 73c6d04 commit ac32eb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/napari_ndev/_tests/test_utilities_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_update_metadata_from_file(make_napari_viewer, test_rgb_image):
path, _ = test_rgb_image
container._files.value = path

assert container._save_name.value == "RGB.tif"
assert container._save_name.value == "RGB.tiff"
assert container._img.dims.order == "TCZYXS"
assert container._squeezed_dims == "YX"
assert container._channel_names.value == "['red', 'green', 'blue']"
Expand Down

0 comments on commit ac32eb7

Please sign in to comment.