refactor(test): move location creation to bootstrap in asset movement

This commit is contained in:
ruthra kumar
2026-03-23 16:14:24 +05:30
parent 8fd65d7afa
commit fd2b76a4d2
2 changed files with 1 additions and 17 deletions

View File

@@ -975,6 +975,7 @@ class BootStrapTestData:
def make_location(self):
records = [
{"doctype": "Location", "location_name": "Test Location"},
{"doctype": "Location", "location_name": "Test Location 2"},
{"doctype": "Location", "location_name": "Test Location Area", "is_group": 1, "is_container": 1},
{
"doctype": "Location",