[Edit] Remove CreationService dep from SaveAs

This commit is contained in:
Alex M
2016-09-19 23:52:30 +03:00
parent abfabc85b5
commit 0c27a5f361
3 changed files with 1 additions and 4 deletions

View File

@@ -116,7 +116,7 @@ define(
domainObject: mockDomainObject
};
action = new SaveAsAction(undefined, undefined, mockDialogService, undefined, mockCopyService, actionContext);
action = new SaveAsAction(undefined, undefined, mockDialogService, mockCopyService, actionContext);
spyOn(action, "getObjectService");
action.getObjectService.andReturn(mockObjectService);