Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasc committed Mar 7, 2024
1 parent 28de28d commit ec5cbf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framegear/utils/frameResultToFrameMetadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('frameResultToFrameMetadata', () => {
undefined,
undefined,
],
image: 'Image URL',
image: { src: 'Image URL', aspectRatio: undefined },
input: { text: 'Input Text' },
postUrl: 'Post URL',
state: { key: 'value' },
Expand All @@ -47,7 +47,7 @@ describe('frameResultToFrameMetadata', () => {

expect(metadata).toEqual({
buttons: [undefined, undefined, undefined, undefined],
image: undefined,
image: { src: undefined, aspectRatio: undefined },
input: undefined,
postUrl: undefined,
state: undefined,
Expand Down

0 comments on commit ec5cbf3

Please sign in to comment.