Update packages/server/src/api/routes/tests/row.spec.ts
Co-authored-by: Adria Navarro <adria@budibase.com>
This commit is contained in:
parent
c588cb3c4f
commit
3d522ce3d1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue