mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fix typo on startprocesscloud spec and remove useless method (#4500)
This commit is contained in:
committed by
Eugenio Romano
parent
57f6532c7c
commit
3897bafe0c
@@ -31,7 +31,7 @@ import { HttpErrorResponse } from '@angular/common/http';
|
||||
import { ProcessDefinitionCloud } from '../models/process-definition-cloud.model';
|
||||
import { ProcessCloudModule } from '../../process-cloud.module';
|
||||
|
||||
describe('StartTaskCloudService', () => {
|
||||
describe('StartProcessCloudService', () => {
|
||||
|
||||
let service: StartProcessCloudService;
|
||||
|
||||
|
@@ -27,7 +27,7 @@ describe('ClaimTaskDirective', () => {
|
||||
|
||||
@Component({
|
||||
selector: 'adf-claim-test-component',
|
||||
template: '<button adf-cloud-claim-task [taskId]="taskMock" [appName]="appNameMock" (success)="onClaimTask($event)"></button>'
|
||||
template: '<button adf-cloud-claim-task [taskId]="taskMock" [appName]="appNameMock"></button>'
|
||||
})
|
||||
class TestComponent {
|
||||
|
||||
|
Reference in New Issue
Block a user