Skip to content

Commit

Permalink
@uppy/core: fix typo in Uppy.test.js (#4235)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Nov 28, 2022
1 parent bffd5dc commit 717eab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@uppy/core/src/Uppy.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1194,7 +1194,7 @@ describe('src/Core', () => {
const fileId = Object.keys(core.getState().files)[0]
expect(core.getFile(fileId).name).toEqual('foo.jpg')

expect(core.getFile('non existant file')).toEqual(undefined)
expect(core.getFile('non existent file')).toEqual(undefined)
})
})

Expand Down

0 comments on commit 717eab3

Please sign in to comment.