fix integration document list datatable with new api

This commit is contained in:
Eugenio Romano
2016-07-12 10:11:17 +01:00
parent 75629ca95e
commit 543d928ec2
4 changed files with 5 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ describe('DocumentActionsService', () => {
beforeEach(() => {
documentListService = new DocumentListServiceMock();
contentService = new AlfrescoContentService(null, null);
contentService = new AlfrescoContentService(null);
service = new DocumentActionsService(documentListService, contentService);
});