Skip to content

Commit

Permalink
chore: fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Jun 24, 2021
1 parent b60ea57 commit 02ae69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/plugins.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ describe('plugins', () => {

const before = performance.now();
await Promise.all(
Array.from({ length: 100 }).map(() =>
Array.from({ length: 20 }).map(() =>
app.inject({
method: 'get',
path: '/cache',
Expand Down

0 comments on commit 02ae69c

Please sign in to comment.