Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Nov 1, 2022
1 parent b5ce91c commit 44ec96a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ describe('File kind HTTP API', () => {
status: 'AWAITING_UPLOAD',
mimeType: 'image/png',
extension: 'png',
meta: {
owner: expect.any(String),
meta: {},
user: {
name: expect.any(String),
},
alt: 'a picture of my dog',
});
Expand Down

0 comments on commit 44ec96a

Please sign in to comment.