fix: angular-enum util test

pull/8957/head
bnymncoskuner 4 years ago
parent 1209c7c61e
commit e2bbd3b5ff

@ -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