mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 13:38:27 +00:00
[fix] [minor] test cases fixes
This commit is contained in:
@@ -13,5 +13,11 @@ test_records = [
|
||||
"from_currency": "USD",
|
||||
"to_currency": "EUR",
|
||||
"exchange_rate": 0.773
|
||||
}]
|
||||
}],
|
||||
[{
|
||||
"doctype": "Currency Exchange",
|
||||
"from_currency": "INR",
|
||||
"to_currency": "USD",
|
||||
"exchange_rate": 0.0167
|
||||
}],
|
||||
]
|
||||
Reference in New Issue
Block a user