From 92c03f4ecc6ec00ca295d9b7d9cf073ffe750db4 Mon Sep 17 00:00:00 2001 From: roben Date: Mon, 10 Jul 2023 01:16:47 +0300 Subject: [PATCH] test fix --- tests/tableUtils.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tableUtils.test.ts b/tests/tableUtils.test.ts index f407355..813e4ae 100644 --- a/tests/tableUtils.test.ts +++ b/tests/tableUtils.test.ts @@ -64,7 +64,7 @@ describe("Table Utils tests", () => { test("test valid initial data in SheetsXML", () => { const defaultString = - '01'; + '01'; const sheetsXmlString = tableUtils.updateSheetsInitialData(defaultString, { columnNames: ["Column1", "Column2"], rows: [["1", "2"]],