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

OZG-6720 testfix

parent 709aeb26
No related branches found
No related tags found
No related merge requests found
import { AdminOrganisationsEinheitResource, AdminOrganisationsEinheitSyncResult } from '@admin-client/admin-settings';
import { ConvertForDataTestPipe } from '@alfa-client/tech-shared';
import { ConvertForDataTestPipe, ToResourceUriPipe } from '@alfa-client/tech-shared';
import {
existsAsHtmlElement,
getElementFromFixture,
......@@ -34,7 +34,7 @@ describe('OrganisationsEinheitListComponent', () => {
useValue: mock(ActivatedRoute),
},
],
declarations: [OrganisationsEinheitListComponent, ConvertForDataTestPipe, MockModule(MatTooltipModule)],
declarations: [OrganisationsEinheitListComponent, ConvertForDataTestPipe, ToResourceUriPipe, MockModule(MatTooltipModule)],
imports: [ListComponent, ListItemComponent, ExclamationIconComponent],
}).compileComponents();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment