diff --git a/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.spec.ts b/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.spec.ts index 01f66880..c1793462 100644 --- a/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.spec.ts +++ b/src/app/cln/graph/lookups/channel-lookup/channel-lookup.component.spec.ts @@ -26,6 +26,7 @@ describe('CLNChannelLookupComponent', () => { beforeEach(() => { fixture = TestBed.createComponent(CLNChannelLookupComponent); component = fixture.componentInstance; + component.lookupResult = { channels: [] }; fixture.detectChanges(); });