From d83200f6a3b3f4786e4d36c426648485935f12bc Mon Sep 17 00:00:00 2001 From: Zach Whelchel Date: Thu, 18 Jan 2024 16:39:23 -0500 Subject: [PATCH] Adds account_sync_source to test. --- packages/loot-core/src/shared/transactions.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/loot-core/src/shared/transactions.test.ts b/packages/loot-core/src/shared/transactions.test.ts index a256f9c6479..c3eb59ae026 100644 --- a/packages/loot-core/src/shared/transactions.test.ts +++ b/packages/loot-core/src/shared/transactions.test.ts @@ -29,6 +29,7 @@ function makeTransaction(data: Partial): TransactionEntity { balance_current: null, balance_available: null, balance_limit: null, + account_sync_source: null, }, ...data, };