This commit is contained in:
Adria Navarro 2024-05-29 15:58:39 +02:00
parent 4b0e433c45
commit 5b6242ae77
1 changed files with 6 additions and 2 deletions

View File

@ -144,8 +144,12 @@ describe("trimViewRowInfo middleware", () => {
name: generator.guid(), name: generator.guid(),
tableId: table._id!, tableId: table._id!,
schema: { schema: {
name: {}, name: {
address: {}, visible: true,
},
address: {
visible: true,
},
}, },
}) })