Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Feb 6, 2025
1 parent c577f5f commit 809a26a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/DebugUtilsTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,11 @@ describe('DebugUtils', () => {
approvalMode: CONST.POLICY.APPROVAL_MODE.BASIC,
type: CONST.POLICY.TYPE.CORPORATE,
},
[`${ONYXKEYS.COLLECTION.TRANSACTION}1` as const]: {
amount: -100,
currency: CONST.CURRENCY.USD,
reportID: '2',
},
[ONYXKEYS.SESSION]: {
accountID: 12345,
},
Expand Down

0 comments on commit 809a26a

Please sign in to comment.