chore: remove microsecond from posting_datetime

This commit is contained in:
Rohit Waghchaure
2024-02-21 17:32:02 +05:30
parent f37f7ca5c3
commit a73ba2c0d2
5 changed files with 8 additions and 21 deletions

View File

@@ -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()