Skip to content

Commit

Permalink
AAE-20808 Fixing wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-2019 committed Dec 2, 2024
1 parent ef3f48e commit 71526b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
import { TestBed } from '@angular/core/testing';
import { ProcessServiceCloudTestingModule } from '../testing/process-service-cloud.testing.module';
import { NotificationCloudService } from './notification-cloud.service';
import { WebSocketService } from './web-socket.service';
import { provideMockFeatureFlags } from '@alfresco/adf-core/feature-flags';
import { WebSocketService } from '@alfresco/adf-core';

describe('NotificationCloudService', () => {
let service: NotificationCloudService;
Expand Down
1 change: 0 additions & 1 deletion lib/process-services-cloud/src/lib/services/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ export * from './form-fields.interfaces';
export * from './base-cloud.service';
export * from './task-list-cloud.service.interface';
export * from './variable-mapper.sevice';
export * from './web-socket.service';

0 comments on commit 71526b5

Please sign in to comment.