fix: typo

(cherry picked from commit 9c8f523537)
This commit is contained in:
Saqib
2021-12-21 17:01:10 +05:30
committed by mergify-bot
parent 3947d859c5
commit bf92681fff

View File

@@ -521,7 +521,7 @@ class TestPOSInvoice(unittest.TestCase):
rounded_total = frappe.db.get_value("Sales Invoice", pos_inv2.consolidated_invoice, "rounded_total")
self.assertEqual(rounded_total, 400)
def test_pos_batch_ietm_qty_validation(self):
def test_pos_batch_item_qty_validation(self):
from erpnext.stock.doctype.stock_reconciliation.test_stock_reconciliation import (
create_batch_item_with_batch,
)