Skip to content

Commit

Permalink
fix tests (#275)
Browse files Browse the repository at this point in the history
Signed-off-by: Danila Gulderov <[email protected]>
  • Loading branch information
gulderov committed Feb 15, 2024
1 parent 8284dd0 commit 815ed4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/routes/utils/__tests__/savedSearchReportHelper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ describe('test create saved search report', () => {
mockTimezone
);
expect(xlsxReport.fileName).toContain('.xlsx');

input.report_definition.report_params.core_params.report_format = 'csv';
}, 20000);

test('create report for empty data set', async () => {
Expand Down

0 comments on commit 815ed4c

Please sign in to comment.