Skip to content

Commit

Permalink
test: remove unused options
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Jan 3, 2025
1 parent 2eaff84 commit 49ec161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cloudformation-response/__tests__/fuzz.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fc from 'fast-check'
import middy from '../../core/index.js'
import middleware from '../index.js'

const handler = middy((event) => event).use(middleware({}))
const handler = middy((event) => event).use(middleware())
const context = {
getRemainingTimeInMillis: () => 1000
}
Expand Down

0 comments on commit 49ec161

Please sign in to comment.