From 3d522ce3d13693cbd829f6b053f5dc880ae2b6dd Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Tue, 19 Dec 2023 09:40:57 +0000 Subject: [PATCH] Update packages/server/src/api/routes/tests/row.spec.ts Co-authored-by: Adria Navarro --- packages/server/src/api/routes/tests/row.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/src/api/routes/tests/row.spec.ts b/packages/server/src/api/routes/tests/row.spec.ts index 2b6caebd25..2d47e5f54a 100644 --- a/packages/server/src/api/routes/tests/row.spec.ts +++ b/packages/server/src/api/routes/tests/row.spec.ts @@ -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)