Skip to content

Commit

Permalink
also replace toBeArrayOfSize
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed May 22, 2024
1 parent 3daadbf commit 12c8fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/tests/functional/max_bind_value/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ testMatrix.setupTestSuite(() => {
posts: true,
},
}),
).resolves.toBeArrayOfSize(numberOfUsers)
).resolves.toHaveLength(numberOfUsers)
})

// It used to error on D1 with
Expand Down

0 comments on commit 12c8fb3

Please sign in to comment.