mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
chore: remove microsecond from posting_datetime
This commit is contained in:
@@ -643,10 +643,6 @@ class TestSubcontractingReceipt(FrappeTestCase):
|
||||
)
|
||||
scr = make_subcontracting_receipt(sco.name)
|
||||
scr.save()
|
||||
for row in scr.supplied_items:
|
||||
self.assertNotEqual(row.rate, 300.00)
|
||||
self.assertFalse(row.serial_and_batch_bundle)
|
||||
|
||||
scr.submit()
|
||||
scr.reload()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user