Skip to content

Commit 583dc1f

Browse files
committed
Fix SubComColSectionComponent test
1 parent 4de99ba commit 583dc1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/shared/comcol/sections/comcol-search-section/comcol-search-section.component.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ describe('ComcolSearchSectionComponent', () => {
1818

1919
beforeEach(async () => {
2020
route = new ActivatedRouteStub();
21+
route.parent = new ActivatedRouteStub();
2122

2223
await TestBed.configureTestingModule({
2324
imports: [ComcolSearchSectionComponent],

0 commit comments

Comments
 (0)