Skip to content

Commit

Permalink
test: fix test to provide metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Jun 14, 2023
1 parent 47314a6 commit 82bba8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/test/testUtilsImageLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ const fakeImageLoader = (imageId) => {
getPixelData: () => pixelData,
sizeInBytes: rows * columns * 1, // 1 byte for now
FrameOfReferenceUID: 'Stack_Frame_Of_Reference',
imageFrame: {
photometricInterpretation: rgb ? 'RGB' : 'MONOCHROME2',
},
};

return {
Expand Down

0 comments on commit 82bba8e

Please sign in to comment.