Skip to content

Commit

Permalink
Fix csv export test
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl committed Jul 5, 2024
1 parent aacdc8e commit 7921c8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ describe(`CsvExportForBackendService`, () => {

it(`test dummy export method with default settings`, () => {
service.dummyCSVExport(
{ proper: `Fancy`, tea: `Tea`, strength: `Muscle` },
Object.keys({ proper: `Fancy`, tea: `Tea`, strength: `Muscle` }),
toDummyExport,
`dummyAssortmentOfTeas`
);
Expand Down

0 comments on commit 7921c8f

Please sign in to comment.