Skip to content

Commit

Permalink
Adds account_sync_source to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachwhelchel committed Jan 18, 2024
1 parent 38db62e commit d83200f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/loot-core/src/shared/transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function makeTransaction(data: Partial<TransactionEntity>): TransactionEntity {
balance_current: null,
balance_available: null,
balance_limit: null,
account_sync_source: null,
},
...data,
};
Expand Down

0 comments on commit d83200f

Please sign in to comment.