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

This commit is contained in:
ruthra kumar
2025-03-06 14:38:18 +05:30
parent ceca5b4c72
commit a31770d122

View File

@@ -583,7 +583,7 @@ class TestJournalEntry(IntegrationTestCase):
order_by="account", order_by="account",
) )
expected = [ 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}, {"account": "_Test Receivable USD - _TC", "transaction_exchange_rate": 85.0},
] ]
self.assertEqual(expected, actual) self.assertEqual(expected, actual)