fix: Failing test case
diff --git a/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
index fb4b8d4..c656c8a 100644
--- a/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
+++ b/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
@@ -1009,8 +1009,8 @@
 			['_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