mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 19:35:09 +00:00
refactor(test): make sales invoice deterministic
This commit is contained in:
@@ -1273,6 +1273,7 @@ class ERPNextTestSuite(unittest.TestCase):
|
||||
@classmethod
|
||||
def make_location(cls):
|
||||
records = [
|
||||
{"doctype": "Location", "location_name": "Test Location"},
|
||||
{"doctype": "Location", "location_name": "Test Location Area", "is_group": 1, "is_container": 1},
|
||||
{
|
||||
"doctype": "Location",
|
||||
|
||||
Reference in New Issue
Block a user