Skip to content

Commit c09f7d4

Browse files
committed
Fix tesT
1 parent 6f68c5c commit c09f7d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_ome_utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ def test_rgb_img_to_ome_zarr(self):
9090
}
9191
],
9292
'name': 'Test',
93-
'rdefs': {},
93+
'rdefs': {
94+
"model": "color",
95+
},
9496
'version': '0.3'
9597
}
9698
}

0 commit comments

Comments
 (0)