Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahanaFarooqui committed Nov 23, 2023
1 parent 59b35c6 commit 737a3b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ describe('CLNChannelLookupComponent', () => {
beforeEach(() => {
fixture = TestBed.createComponent(CLNChannelLookupComponent);
component = fixture.componentInstance;
component.lookupResult = { channels: [] };
fixture.detectChanges();
});

Expand Down

0 comments on commit 737a3b5

Please sign in to comment.