clnrest-migration
ShahanaFarooqui 6 months ago
parent 59b35c68dc
commit 737a3b5d4b

@ -26,6 +26,7 @@ describe('CLNChannelLookupComponent', () => {
beforeEach(() => { beforeEach(() => {
fixture = TestBed.createComponent(CLNChannelLookupComponent); fixture = TestBed.createComponent(CLNChannelLookupComponent);
component = fixture.componentInstance; component = fixture.componentInstance;
component.lookupResult = { channels: [] };
fixture.detectChanges(); fixture.detectChanges();
}); });

Loading…
Cancel
Save