Skip to content

Commit

Permalink
cleanup [ci:force]
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jan 6, 2025
1 parent 78b8f65 commit 944a2a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 87 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,18 @@ import {
emptyOwnerTaskDetailsCloudMock
} from '../task-header/mocks/task-details-cloud.mock';
import { fakeTaskDetailsCloud } from '../task-header/mocks/fake-task-details-response.mock';
import { cloudMockUser } from '../start-task/mock/user-cloud.mock';
import { ProcessServiceCloudTestingModule } from '../../testing/process-service-cloud.testing.module';
import { IdentityUserService } from '../../people/services/identity-user.service';
import { AdfHttpClient } from '@alfresco/adf-core/api';

const cloudMockUser = {
id: 'fake-id-1',
username: 'AssignedTaskUser',
firstName: 'first-name-1',
lastName: 'last-name-1',
email: '[email protected]'
};

describe('Task Cloud Service', () => {
let service: TaskCloudService;
let adfHttpClient: AdfHttpClient;
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 944a2a4

Please sign in to comment.