From 5aa80618eb4b9e4dcc404c2bef6a51bba101f05d Mon Sep 17 00:00:00 2001 From: ciatph Date: Thu, 29 Aug 2024 00:55:55 +0800 Subject: [PATCH] wip: use different excel file download name --- app/__tests__/classInitialization/customSettings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__tests__/classInitialization/customSettings.js b/app/__tests__/classInitialization/customSettings.js index b8832f6..e07bb80 100644 --- a/app/__tests__/classInitialization/customSettings.js +++ b/app/__tests__/classInitialization/customSettings.js @@ -22,7 +22,7 @@ const LOCAL_SOURCE = { // Classes loading the remote 10-day Excel file using a custom regions config const REMOTE_SOURCE = { excelFile: new ExcelFile({ - pathToFile: path.join(__dirname, 'excelfiledownload4.xlsx'), + pathToFile: path.join(__dirname, 'excelfiledownload5.xlsx'), url: process.env.EXCEL_FILE_URL, settings: config }),