Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
suyashpatil78 committed Jan 16, 2024
1 parent de8624d commit 313778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/fyle/add-edit-expense/add-edit-expense-2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ export function TestCases2(getTestBed) {
component.getEditExpenseObservable().subscribe((res) => {
expect(res).toEqual(unflattenedTxnWithExtractedData2);
expect(transactionService.getETxnUnflattened).toHaveBeenCalledTimes(1);
expect(dateService.getUTCDate).toHaveBeenCalledTimes(2);
expect(dateService.getUTCDate).not.toHaveBeenCalled();
done();
});
});
Expand Down

0 comments on commit 313778b

Please sign in to comment.