Skip to content

Commit

Permalink
Update advance-request.service.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha authored Apr 10, 2024
1 parent 495e459 commit 3da1d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/core/services/advance-request.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ describe('AdvanceRequestService', () => {
spyOn(advanceRequestService, 'fixDatesForPlatformFields').and.returnValue(advanceRequestPlatform.data[0]);

advanceRequestService.getAdvanceRequestPlatform(advReqID).subscribe((res) => {
console.log('res', res);
expect(res).toEqual(publicAdvanceRequestRes.data[0]);
expect(spenderService.get).toHaveBeenCalledOnceWith('/advance_requests', {
params: {
Expand Down

0 comments on commit 3da1d9e

Please sign in to comment.