From 79c23fc6c60011b0b78823b582ea7ac8f320dc0b Mon Sep 17 00:00:00 2001 From: ruthra kumar Date: Thu, 29 Jan 2026 19:45:48 +0530 Subject: [PATCH] refactor(test): make sales invoice deterministic --- erpnext/tests/utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/tests/utils.py b/erpnext/tests/utils.py index 223181c078a..542ecdc7588 100644 --- a/erpnext/tests/utils.py +++ b/erpnext/tests/utils.py @@ -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",