Skip to content

Commit

Permalink
wip: use different excel file download name
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Aug 28, 2024
1 parent 7dc7e1c commit 5aa8061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/__tests__/classInitialization/customSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}),
Expand Down

0 comments on commit 5aa8061

Please sign in to comment.