diff --git a/packages/server/src/api/routes/tests/viewV2.spec.ts b/packages/server/src/api/routes/tests/viewV2.spec.ts index f1be2c1ae2..8104d124c1 100644 --- a/packages/server/src/api/routes/tests/viewV2.spec.ts +++ b/packages/server/src/api/routes/tests/viewV2.spec.ts @@ -219,7 +219,7 @@ describe.each([ expect(res).toEqual(expected) }) - it.only("can create a view with just a query field, no queryUI, for backwards compatibility", async () => { + it("can create a view with just a query field, no queryUI, for backwards compatibility", async () => { const newView: Required> = { name: generator.name(), tableId: table._id!,