mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-07 15:25:19 +00:00
chore: code cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user