Fix tests.

This commit is contained in:
Sam Rose 2024-10-08 12:31:14 +01:00
parent 4f628c1d54
commit 7818546ade
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -647,6 +647,7 @@ describe.each([
{ {
tableId: table._id!, tableId: table._id!,
name: generator.guid(), name: generator.guid(),
type: ViewV2Type.CALCULATION,
schema: { schema: {
sum: { sum: {
visible: true, visible: true,
@ -675,6 +676,7 @@ describe.each([
{ {
tableId: table._id!, tableId: table._id!,
name: generator.guid(), name: generator.guid(),
type: ViewV2Type.CALCULATION,
schema: { schema: {
count: { count: {
visible: true, visible: true,
@ -701,6 +703,7 @@ describe.each([
{ {
tableId: table._id!, tableId: table._id!,
name: generator.guid(), name: generator.guid(),
type: ViewV2Type.CALCULATION,
schema: { schema: {
count: { count: {
visible: true, visible: true,
@ -730,6 +733,7 @@ describe.each([
await config.api.viewV2.create({ await config.api.viewV2.create({
tableId: table._id!, tableId: table._id!,
name: generator.guid(), name: generator.guid(),
type: ViewV2Type.CALCULATION,
schema: { schema: {
count: { count: {
visible: true, visible: true,