Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Update test/parser.spec.js
Browse files Browse the repository at this point in the history
Co-Authored-By: Hugo Dias <hugomrdias@gmail.com>
  • Loading branch information
achingbrain and hugomrdias authored Jan 9, 2020
1 parent c84e534 commit 27ecf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parser.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ describe('parser', () => {
request.post({ url: `http://localhost:${PORT}`, formData: formData }, (err) => done(err))
})

it('parses multipart requests with metatdata correctly', (done) => {
it('parses multipart requests with metadata correctly', (done) => {
const formData = {
file: {
value: fileContent,
Expand Down

0 comments on commit 27ecf40

Please sign in to comment.