From e1da9cbfa447df5641d197fa1177f8ce81d7bdd7 Mon Sep 17 00:00:00 2001 From: Sam Rose Date: Mon, 8 Apr 2024 16:11:05 +0100 Subject: [PATCH] Fix types. --- packages/server/src/api/routes/tests/table.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/server/src/api/routes/tests/table.spec.ts b/packages/server/src/api/routes/tests/table.spec.ts index d96e76874f..71ff673881 100644 --- a/packages/server/src/api/routes/tests/table.spec.ts +++ b/packages/server/src/api/routes/tests/table.spec.ts @@ -13,7 +13,7 @@ import { TableSourceType, User, ViewCalculation, - ViewV2, + ViewV2Enriched, } from "@budibase/types" import { checkBuilderEndpoint } from "./utilities/TestFunctions" import * as setup from "./utilities" @@ -311,7 +311,7 @@ describe.each([ expect(table).toBeDefined() expect(table!.views![viewV2.name]).toBeDefined() - const expectedViewV2: ViewV2 = { + const expectedViewV2: ViewV2Enriched = { ...viewV2, schema: { description: {