From 720020319f62edf336559532b65b7d839a928187 Mon Sep 17 00:00:00 2001 From: deepeshgarg007 Date: Mon, 7 Jan 2019 14:56:22 +0530 Subject: [PATCH] fix(Codacy): removed unused variable --- erpnext/accounts/report/account_balance/test_account_balance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/report/account_balance/test_account_balance.py b/erpnext/accounts/report/account_balance/test_account_balance.py index c1f767a62c2..5544fc46738 100644 --- a/erpnext/accounts/report/account_balance/test_account_balance.py +++ b/erpnext/accounts/report/account_balance/test_account_balance.py @@ -54,7 +54,7 @@ class TestAccountBalance(unittest.TestCase): def make_sales_invoice(): frappe.set_user("Administrator") - si = create_sales_invoice(company="_Test Company 2", + create_sales_invoice(company="_Test Company 2", customer = '_Test Customer 2', currency = 'EUR', warehouse = 'Finished Goods - _TC2',