mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix tests
This commit is contained in:
@@ -25,7 +25,6 @@ describe('AlfrescoSearchAutocompleteComponent', () => {
|
||||
let translation = jasmine.createSpyObj('AlfrescoTranslationService', [
|
||||
'addTranslationFolder'
|
||||
]);
|
||||
|
||||
let search = new AlfrescoSearchAutocompleteComponent(null, translation, null);
|
||||
expect(search).toBeDefined();
|
||||
|
||||
|
Reference in New Issue
Block a user