This commit is contained in:
ShahanaFarooqui 2023-11-22 17:37:01 -08:00
parent 59b35c68dc
commit 737a3b5d4b

View File

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