Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/FYLE-86cuxuafw-7' into FYLE-86cu…
Browse files Browse the repository at this point in the history
…xuafw-7
  • Loading branch information
bistaastha committed Apr 10, 2024
2 parents 0115892 + 3da1d9e commit 4def29c
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 4def29c

Please sign in to comment.