Fix tests.
This commit is contained in:
parent
4f628c1d54
commit
7818546ade
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue