mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-12 14:11:46 +00:00
fix: incorrect import path for FrappeTestCase
This commit is contained in:
@@ -5,7 +5,7 @@ import frappe
|
|||||||
|
|
||||||
from erpnext.stock.doctype.stock_entry.stock_entry_utils import make_stock_entry
|
from erpnext.stock.doctype.stock_entry.stock_entry_utils import make_stock_entry
|
||||||
from erpnext.stock.report.stock_ledger_invariant_check.stock_ledger_invariant_check import execute
|
from erpnext.stock.report.stock_ledger_invariant_check.stock_ledger_invariant_check import execute
|
||||||
from erpnext.tests.utils import FrappeTestCase
|
from frappe.tests.utils import FrappeTestCase
|
||||||
|
|
||||||
WAREHOUSE = "Stores - _TC"
|
WAREHOUSE = "Stores - _TC"
|
||||||
COMPANY = "_Test Company"
|
COMPANY = "_Test Company"
|
||||||
|
|||||||
Reference in New Issue
Block a user