Skip to content

Commit

Permalink
Change image mock dataset attr
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Dec 11, 2024
1 parent 334013e commit 8056125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/mock-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function withAttr<T extends Entity>(
export function withImageAttr<T extends Entity>(entity: T): T {
return withAttr(entity, [
scalarAttr('CLASS', 'IMAGE'),
scalarAttr('IMAGE_VERSION', '1.2'),
scalarAttr('IMAGE_SUBCLASS', 'IMAGE_TRUECOLOR'),
]);
}

Expand Down

0 comments on commit 8056125

Please sign in to comment.