Skip to content
Snippets Groups Projects
Commit dc006716 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6302 fix test

parent 922d64d5
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import {
notExistsAsHtmlElement,
} from '@alfa-client/test-utils';
import { ComponentFixture, TestBed } from '@angular/core/testing';
import { ButtonComponent, SaveIconComponent } from '@ods/system';
import { ButtonComponent, CollaborationIconComponent, SaveIconComponent } from '@ods/system';
import { CollaborationService } from 'libs/collaboration-shared/src/lib/collaboration.service';
import { getDataTestIdOf } from 'libs/tech-shared/test/data-test';
import { MockComponent } from 'ng-mocks';
......@@ -32,6 +32,7 @@ describe('CollaborationInVorgangContainerComponent', () => {
declarations: [
CollaborationInVorgangContainerComponent,
MockComponent(ZustaendigeStelleContainerComponent),
MockComponent(CollaborationIconComponent),
],
providers: [
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment