mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix error AppTitle service test log
This commit is contained in:
@@ -52,7 +52,9 @@ class TestConfig {
|
||||
}
|
||||
},
|
||||
get: () => this.setup.applicationName,
|
||||
load: () => {}
|
||||
load: () => {
|
||||
return Promise.resolve();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -71,7 +73,7 @@ class TestConfig {
|
||||
]
|
||||
});
|
||||
|
||||
inject([ Title, PageTitleService, TranslationService ], (titleService, appTitleService, translationService) => {
|
||||
inject([Title, PageTitleService, TranslationService], (titleService, appTitleService, translationService) => {
|
||||
this.titleService = titleService;
|
||||
this.appTitleService = appTitleService;
|
||||
this.translationService = translationService;
|
||||
|
Reference in New Issue
Block a user