Skip to content

Commit

Permalink
test: fix breaking tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Jan 17, 2022
1 parent 0f769c7 commit 4fb51cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multipart.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test.group('Multipart', (group) => {
const ctx = app.container.use('Adonis/Core/HttpContext').create('/', {}, req, res)
const multipart = new Multipart(
ctx,
{ maxFields: 1000, limit: 4000 },
{ maxFields: 1000, limit: 8000 },
app.container.use('Adonis/Core/Drive')
)

Expand Down

0 comments on commit 4fb51cd

Please sign in to comment.