mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Fix SubComColSectionComponent test
This commit is contained in:
@@ -18,6 +18,7 @@ describe('ComcolSearchSectionComponent', () => {
|
|||||||
|
|
||||||
beforeEach(async () => {
|
beforeEach(async () => {
|
||||||
route = new ActivatedRouteStub();
|
route = new ActivatedRouteStub();
|
||||||
|
route.parent = new ActivatedRouteStub();
|
||||||
|
|
||||||
await TestBed.configureTestingModule({
|
await TestBed.configureTestingModule({
|
||||||
imports: [ComcolSearchSectionComponent],
|
imports: [ComcolSearchSectionComponent],
|
||||||
|
Reference in New Issue
Block a user