Skip to content

Commit

Permalink
fix: broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
richardvanbergen committed Aug 10, 2021
1 parent cdcc3e5 commit 99c35d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/collection/uploadHook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ describe('uploadHook', () => {
})

const testFile = mockInterface<UploadedFile>({
name: 'test.image'
name: 'test.image',
mimetype: 'image'
})

it('can make a hook that calls adapters upload method', () => {
Expand Down

0 comments on commit 99c35d6

Please sign in to comment.