Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-chambers committed May 31, 2024
1 parent be4105f commit 881a640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndc-lambda-sdk/test/schema/ndc-schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ describe("ndc schema", function() {
}
},
"BigInt": {
representation: { type: "int64" },
representation: { type: "biginteger" },
aggregate_functions: {},
comparison_operators: {
"_eq": { type: "equal" }
Expand Down

0 comments on commit 881a640

Please sign in to comment.