mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix tests
This commit is contained in:
@@ -26,7 +26,7 @@ describe('AlfrescoSearchComponent', () => {
|
||||
'addTranslationFolder'
|
||||
]);
|
||||
|
||||
let search = new AlfrescoSearchComponent(null, translation, null);
|
||||
let search = new AlfrescoSearchComponent(null, translation, null, null);
|
||||
expect(search).toBeDefined();
|
||||
expect(translation.addTranslationFolder).toHaveBeenCalledWith('node_modules/ng2-alfresco-search');
|
||||
});
|
||||
|
Reference in New Issue
Block a user