[fix] [minor] test cases fixes

This commit is contained in:
Akhilesh Darjee
2013-11-26 14:45:27 +05:30
parent 60ae96d588
commit b0a1b3ab47
3 changed files with 11 additions and 3 deletions

View File

@@ -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
}],
]