diff --git a/erpnext/accounts/report/item_wise_sales_register/test_item_wise_sales_register.py b/erpnext/accounts/report/item_wise_sales_register/test_item_wise_sales_register.py index c26530ca564..6fd5d601e84 100644 --- a/erpnext/accounts/report/item_wise_sales_register/test_item_wise_sales_register.py +++ b/erpnext/accounts/report/item_wise_sales_register/test_item_wise_sales_register.py @@ -51,7 +51,7 @@ class TestItemWiseSalesRegister(AccountsTestMixin, FrappeTestCase): "company": self.company, "income_account": si.items[0].income_account, "stock_qty": 1.0, - "stock_uom": "Nos", + "stock_uom": si.items[0].stock_uom, "rate": 100.0, "amount": 100.0, "total_tax": 0,