mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
perf: SABB taking time to save the record
This commit is contained in:
@@ -778,9 +778,8 @@ class TestSubcontractingController(IntegrationTestCase):
|
||||
row.serial_no = "ABC"
|
||||
break
|
||||
|
||||
bundle.save()
|
||||
self.assertRaises(frappe.ValidationError, bundle.save)
|
||||
|
||||
self.assertRaises(frappe.ValidationError, scr1.save)
|
||||
bundle.load_from_db()
|
||||
for row in bundle.entries:
|
||||
if row.idx == 1:
|
||||
|
||||
Reference in New Issue
Block a user