Skip to content

Commit

Permalink
Fix config loader tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Sep 21, 2023
1 parent 3ba09a8 commit 8eecf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/configuration/boot/config-loader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('ConfigLoader', () => {
libraryForms,
{},
languageConfiguration,
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}
{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}
);
configReader.exists.and.returnValue(true);
configReader.getValuelistsLanguages.and.returnValue({});
Expand Down

0 comments on commit 8eecf03

Please sign in to comment.