Skip to content
Snippets Groups Projects
Verified Commit 86e5f6a8 authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-7473 add type

Based on CR comment.
parent 2672bb13
No related branches found
No related tags found
1 merge request!104Administration: Neu hinzugefügte Felder für Statistik speichern
......@@ -109,7 +109,7 @@ describe('AggregationMappingListContainerComponent', () => {
component.listStateResource$ = of(stateResource);
fixture.detectChanges();
const comp = getElementFromFixtureByType(fixture, AggregationMappingListComponent);
const comp: AggregationMappingListComponent = getElementFromFixtureByType(fixture, AggregationMappingListComponent);
expect(comp.aggregationMappingListStateResource).toEqual(stateResource);
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment