Skip to content

Commit

Permalink
added description to ynab import_id test
Browse files Browse the repository at this point in the history
  • Loading branch information
Abir Stolov committed Nov 29, 2024
1 parent bdc593f commit 008131c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('ynab', () => {
transfer_account_id: null,
transfer_transaction_id: null,
matched_transaction_id: null,
import_id: '2019-06-27-1000000',
import_id: '2019-06-27-1000000שיק',
deleted: false,
subtransactions: [],
};
Expand All @@ -36,7 +36,7 @@ describe('ynab', () => {
payee_name: 'גן',
category_id: '4e0ttc69-b4f6-420b-8d07-986c8225a3d4',
cleared: ClearedEnum.Cleared,
import_id: '2019-06-27-1000000',
import_id: '2019-06-27-1000000שיק',
};

expect(ynab.isSameTransaction(transactionFromFinancialAccount, transferTransactionFromYnab)).toBeTruthy();
Expand Down

0 comments on commit 008131c

Please sign in to comment.