fix: linter issue

This commit is contained in:
Rohit Waghchaure
2025-01-14 17:15:23 +05:30
parent 2676e0ea1f
commit af21bca231
2 changed files with 1 additions and 5 deletions

View File

@@ -2406,10 +2406,6 @@ class TestDeliveryNote(FrappeTestCase):
if row.item_code == serial_item.name: if row.item_code == serial_item.name:
self.assertTrue(row.serial_no) self.assertTrue(row.serial_no)
if row.item_code == batch_serial_item.name:
self.assertTrue(row.batch_no)
self.assertTrue(row.serial_no)
def create_delivery_note(**args): def create_delivery_note(**args):
dn = frappe.new_doc("Delivery Note") dn = frappe.new_doc("Delivery Note")