fix tests

This commit is contained in:
Mario Romano
2016-06-17 20:17:54 +01:00
parent 13a53daac1
commit 9b6ed69095
4 changed files with 5 additions and 10 deletions

View File

@@ -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');
});