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

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

Loading…
Cancel
Save