mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-14 12:38:46 +00:00
fix(test): incorrect transaction exchange rate in test case
(cherry picked from commit a31770d122)
This commit is contained in:
@@ -575,7 +575,7 @@ class TestJournalEntry(unittest.TestCase):
|
|||||||
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)
|
||||||
|
|||||||
Reference in New Issue
Block a user