Skip to content

Commit

Permalink
fix: typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 17, 2023
1 parent 2f9040d commit c709a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/body_parser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ test.group('BodyParser Middleware | multipart', () => {
assert.deepEqual(body, { multiple: true })
})

test('abort request when total bytes are over limit', async ({ assert, fs }) => {
test('abort request when total bytes are over limit', async ({ assert }) => {
let index = 0

const server = createServer(async (req, res) => {
Expand Down

0 comments on commit c709a3a

Please sign in to comment.