Fix unused variable issue

This commit is contained in:
vicky.bansal@primathon.in 2021-05-31 17:27:00 +05:30
parent 5ea2d961db
commit 3182d2fe15

View File

@ -917,6 +917,6 @@ describe("Table Widget Property Pane Upgrade", () => {
], ],
}; };
const newDsl = migrateTableWidgetParentRowSpaceProperty(inputDsl); const newDsl = migrateTableWidgetParentRowSpaceProperty(inputDsl);
expect(JSON.stringify(newDsl) === JSON.stringify(output1)); expect(JSON.stringify(newDsl) === JSON.stringify(outputDsl));
}); });
}); });