Skip to content

Commit a7be7ca

Browse files
committed
Update changeTransactionsReport test case
1 parent 434f2a0 commit a7be7ca

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/actions/IOUTest.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6644,6 +6644,7 @@ describe('actions/IOU', () => {
66446644
expect(updatedTrackExpenseActionableWhisper).toBe(undefined);
66456645
expect(updatedExpenseReport?.nonReimbursableTotal).toBe(-amount);
66466646
expect(updatedExpenseReport?.total).toBe(-amount);
6647+
expect(updatedExpenseReport?.unheldNonReimbursableTotal).toBe(-amount);
66476648
});
66486649

66496650
describe('saveSplitTransactions', () => {

0 commit comments

Comments
 (0)