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

Commit 27ecf40

Browse files
Update test/parser.spec.js
Co-Authored-By: Hugo Dias <hugomrdias@gmail.com>
1 parent c84e534 commit 27ecf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parser.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ describe('parser', () => {
117117
request.post({ url: `http://localhost:${PORT}`, formData: formData }, (err) => done(err))
118118
})
119119

120-
it('parses multipart requests with metatdata correctly', (done) => {
120+
it('parses multipart requests with metadata correctly', (done) => {
121121
const formData = {
122122
file: {
123123
value: fileContent,

0 commit comments

Comments
 (0)