Browse Source

test: reflect LocalizationService constructor change

pull/6350/head
Arman Ozak 6 years ago
parent
commit
2196ec4551
  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, null, configState, null);
return new LocalizationService(mockSessionState, null, null, null, configState, null);
}

Loading…
Cancel
Save