Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jayachandhar committed Jan 13, 2025
1 parent 6441d21 commit e0442eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ describe('MyViewAdvanceRequestPage', () => {
state: 'DRAFT',
name: 'Draft',
});
expect(component.currencySymbol).toBeUndefined() ;
expect(component.currencySymbol).toBeUndefined();
}));

it('should set actions$ to actions', fakeAsync(() => {
Expand Down

0 comments on commit e0442eb

Please sign in to comment.