fix: Failing test case

This commit is contained in:
Deepesh Garg
2021-06-10 10:34:49 +05:30
parent 88c0cd6f7a
commit 1e898c0f5b

View File

@@ -1009,8 +1009,8 @@ class TestPurchaseInvoice(unittest.TestCase):
['_Test Account Cost for Goods Sold - _TC', 30000, 0],
['_Test Account Excise Duty - _TC', 0, 3000],
['Creditors - _TC', 0, 27000],
['TDS Payable - _TC', 3000, 0]
['TDS Payable - _TC', 0, 3000],
['TDS Payable - _TC', 3000, 0],
['TDS Payable - _TC', 0, 3000]
]
gl_entries = frappe.db.sql("""select account, debit, credit