mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +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]
|
pos.get("items")[0].serial_no = serial_nos[0] + "\n" + serial_nos[0]
|
||||||
self.assertRaises(frappe.ValidationError, pos.submit)
|
self.assertRaises(frappe.ValidationError, pos.submit)
|
||||||
|
|
||||||
|
|
||||||
def test_invalid_serial_no_validation(self):
|
def test_invalid_serial_no_validation(self):
|
||||||
from erpnext.stock.doctype.stock_entry.test_stock_entry import make_serialized_item
|
from erpnext.stock.doctype.stock_entry.test_stock_entry import make_serialized_item
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user