Browse Source

fix: angular-enum util test

pull/8957/head
bnymncoskuner 5 years ago
parent
commit
e2bbd3b5ff
  1. 2
      npm/ng-packs/packages/theme-shared/extensions/src/tests/enum.util.spec.ts

2
npm/ng-packs/packages/theme-shared/extensions/src/tests/enum.util.spec.ts

@ -110,5 +110,5 @@ function createMockLocalizationService() {
const configState = new ConfigStateService();
configState.setState({ localization: mockL10n } as any);
return new LocalizationService(mockSessionState, null, null, null, configState, null);
return new LocalizationService(mockSessionState, null, null, configState, null);
}

Loading…
Cancel
Save