This commit is contained in:
Adria Navarro 2023-08-01 12:26:37 +02:00
parent 2cc924f9e7
commit 44e028b574
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ describe("trimViewRowInfo middleware", () => {
id: viewId, id: viewId,
name: generator.guid(), name: generator.guid(),
tableId: table._id!, tableId: table._id!,
columns: { name: { visible: true }, address: { visible: true } }, columns: ["name", "address"],
}) })
const data = getRandomData() const data = getRandomData()