Skip to content

Commit 84d707b

Browse files
committed
updated tests
1 parent 2f7deef commit 84d707b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/legacy/append-body.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ test('addToBody option', { skip: process.platform === 'win32' }, t => {
2828
mimetype: 'text/markdown'
2929
}])
3030
t.type(req.body.myFile[0].data, Buffer)
31-
t.equal(req.body.myFile[0].data.toString('utf8').substr(0, 19), '# fastify-multipart')
31+
t.equal(req.body.myFile[0].data.toString('utf8').substr(0, 20), '# @fastify/multipart')
3232

3333
reply.send('ok')
3434
})

0 commit comments

Comments
 (0)