mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
[ACS-5540] removed unwanted code
This commit is contained in:
@@ -55,7 +55,6 @@ describe('DetailsComponent', () => {
|
||||
|
||||
const mockAspectActions = [];
|
||||
|
||||
// Mock the observable returned by getAllowedSidebarActions
|
||||
const mockObservable = new BehaviorSubject(mockAspectActions);
|
||||
extensionsServiceMock.getAllowedSidebarActions.and.returnValue(mockObservable);
|
||||
|
||||
|
Reference in New Issue
Block a user