fix(test): incorrect transaction exchange rate in test case

(cherry picked from commit a31770d122)
This commit is contained in:
ruthra kumar
2025-03-06 14:38:18 +05:30
committed by Mergify
parent 1d56931050
commit b76c96820e

View File

@@ -575,7 +575,7 @@ class TestJournalEntry(unittest.TestCase):
order_by="account",
)
expected = [
{"account": "_Test Bank - _TC", "transaction_exchange_rate": 1.0},
{"account": "_Test Bank - _TC", "transaction_exchange_rate": 85.0},
{"account": "_Test Receivable USD - _TC", "transaction_exchange_rate": 85.0},
]
self.assertEqual(expected, actual)