Skip to content

Commit c84a735

Browse files
committed
Update test_metadata.py
1 parent 904a495 commit c84a735

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/model/metadata_sources/test_metadata.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_metadata_shape(dummy_model):
6363
"image_mode",
6464
[
6565
"single",
66-
"live",
66+
"Confocal Projection",
6767
"z-stack",
6868
],
6969
)
@@ -90,5 +90,7 @@ def test_metadata_set_stack_order_from_configuration_experiment(
9090

9191
if image_mode == "z-stack" and stack_cycling_mode == "per_stack":
9292
assert md._per_stack is True
93+
elif image_mode == "Confocal Projection" and stack_cycling_mode == "per_stack":
94+
assert md._per_stack is True
9395
else:
9496
assert md._per_stack is False

0 commit comments

Comments
 (0)