From 4933e6bfebcf974662a6d7af0584588c98d88dd5 Mon Sep 17 00:00:00 2001 From: Manas Solanki Date: Wed, 27 Jun 2018 17:30:09 +0530 Subject: [PATCH] Update test_finance_book.py (#14703) --- erpnext/accounts/doctype/finance_book/test_finance_book.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/finance_book/test_finance_book.py b/erpnext/accounts/doctype/finance_book/test_finance_book.py index 8ea774fcec..502765812a 100644 --- a/erpnext/accounts/doctype/finance_book/test_finance_book.py +++ b/erpnext/accounts/doctype/finance_book/test_finance_book.py @@ -29,7 +29,7 @@ class TestFinanceBook(unittest.TestCase): jv.accounts[1].update({ "party_type": "Customer", - "party": "_Test Customer USD" + "party": "_Test Customer" }) jv.finance_book = finance_book.finance_book_name @@ -40,4 +40,4 @@ class TestFinanceBook(unittest.TestCase): filters={"voucher_type": "Journal Entry", "voucher_no": jv.name}) for gl_entry in gl_entries: - self.assertEqual(gl_entry.finance_book, finance_book.name) \ No newline at end of file + self.assertEqual(gl_entry.finance_book, finance_book.name)