From 65a5eff6fd716cb222f8cdcfa431c2739c80e6c5 Mon Sep 17 00:00:00 2001 From: RitvikSardana Date: Sun, 3 Sep 2023 13:38:29 +0530 Subject: [PATCH] chore: code cleanup --- erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py b/erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py index 75d43088b52..bd2fee3b0ad 100644 --- a/erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py +++ b/erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py @@ -495,7 +495,6 @@ class TestPOSInvoice(unittest.TestCase): pos.get("items")[0].serial_no = serial_nos[0] + "\n" + serial_nos[0] self.assertRaises(frappe.ValidationError, pos.submit) - def test_invalid_serial_no_validation(self): from erpnext.stock.doctype.stock_entry.test_stock_entry import make_serialized_item