Minor fixes

This commit is contained in:
Nabin Hait
2014-10-22 16:52:46 +05:30
parent 98ae5bd9db
commit 0d421c1bf1
3 changed files with 3 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ class TestShoppingCart(unittest.TestCase):
"doctype": "Address",
"address_line1": "_Test Address Line 1",
"address_title": "_Test Cart Lead Address",
"address_type": "Home",
"address_type": "Personal",
"city": "_Test City",
"country": "India",
"lead": lead.name,