Fix SubComColSectionComponent test

This commit is contained in:
Abel Gómez
2024-07-04 17:24:27 +02:00
parent 4de99ba19d
commit 583dc1f368

View File

@@ -18,6 +18,7 @@ describe('ComcolSearchSectionComponent', () => {
beforeEach(async () => {
route = new ActivatedRouteStub();
route.parent = new ActivatedRouteStub();
await TestBed.configureTestingModule({
imports: [ComcolSearchSectionComponent],