From 881a640bfeb778d81daa00e0c054e4e703e7bd20 Mon Sep 17 00:00:00 2001 From: Daniel Chambers Date: Fri, 31 May 2024 11:15:55 +1000 Subject: [PATCH] Fix test --- ndc-lambda-sdk/test/schema/ndc-schema.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndc-lambda-sdk/test/schema/ndc-schema.test.ts b/ndc-lambda-sdk/test/schema/ndc-schema.test.ts index 6d0802b..01819ee 100644 --- a/ndc-lambda-sdk/test/schema/ndc-schema.test.ts +++ b/ndc-lambda-sdk/test/schema/ndc-schema.test.ts @@ -233,7 +233,7 @@ describe("ndc schema", function() { } }, "BigInt": { - representation: { type: "int64" }, + representation: { type: "biginteger" }, aggregate_functions: {}, comparison_operators: { "_eq": { type: "equal" }