mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
#129 Improve document list reload behaviour
This commit is contained in:
@@ -34,7 +34,7 @@ describe('ContentColumnList', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
let alfrescoServiceMock = new AlfrescoServiceMock();
|
||||
documentList = new DocumentList(alfrescoServiceMock);
|
||||
documentList = new DocumentList(alfrescoServiceMock, null);
|
||||
columnList = new ContentColumnList(documentList);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user