Skip to content

Commit

Permalink
delete local specific comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed Oct 5, 2023
1 parent 46fd61d commit 27fe4a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('DonationStartContainer', () => {
component = fixture.componentInstance;
fixture.detectChanges();
});
// this one test is failing when run in the webstorm test runner IDE

it(`should create and call form's donation resume helper`, () => {
spyOn(component.donationStartForm, 'resumeDonationsIfPossible');
component.ngAfterViewInit();
Expand Down

0 comments on commit 27fe4a4

Please sign in to comment.