1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00

Update packages/server/src/api/routes/tests/row.spec.ts

Co-authored-by: Adria Navarro <adria@budibase.com>
This commit is contained in:
Sam Rose 2023-12-19 09:40:57 +00:00 committed by GitHub
parent c588cb3c4f
commit 3d522ce3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2165,7 +2165,7 @@ describe.each([
}
// Run this test 3 times to make sure that there's no cross-request
// polution of the execution time tracking.
// pollution of the execution time tracking.
for (let reqs = 0; reqs < 3; reqs++) {
const { rows } = await config.api.row.search(table._id!)
expect(rows).toHaveLength(10)