Fix test
This commit is contained in:
parent
4b0e433c45
commit
5b6242ae77
|
@ -144,8 +144,12 @@ describe("trimViewRowInfo middleware", () => {
|
|||
name: generator.guid(),
|
||||
tableId: table._id!,
|
||||
schema: {
|
||||
name: {},
|
||||
address: {},
|
||||
name: {
|
||||
visible: true,
|
||||
},
|
||||
address: {
|
||||
visible: true,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue