Fix 'search' tests

This commit is contained in:
Denys Vuika
2016-07-15 12:39:46 +01:00
parent 10be16cb7f
commit ce30175386

View File

@@ -67,7 +67,7 @@ describe('AlfrescoSearchComponent', () => {
let search = new AlfrescoSearchComponent(null, translation, null, null); let search = new AlfrescoSearchComponent(null, translation, null, null);
expect(search).toBeDefined(); expect(search).toBeDefined();
expect(translation.addTranslationFolder).toHaveBeenCalledWith('node_modules/ng2-alfresco-search'); expect(translation.addTranslationFolder).toHaveBeenCalledWith('node_modules/ng2-alfresco-search/dist/src');
}); });
describe('Rendering search results', () => { describe('Rendering search results', () => {