test: update test data for internal customer and supplier

This commit is contained in:
Karm Soni
2025-08-18 15:48:43 +05:30
parent 059c541875
commit 53520af2fd

View File

@@ -667,13 +667,13 @@ def prepare_data_for_internal_transfer():
company = "_Test Company with perpetual inventory" company = "_Test Company with perpetual inventory"
customer = create_internal_customer( customer = create_internal_customer(
"_Test Internal Customer 3", "_Test Internal Customer 2",
company, company,
company, company,
) )
supplier = create_internal_supplier( supplier = create_internal_supplier(
"_Test Internal Supplier 3", "_Test Internal Supplier 2",
company, company,
company, company,
) )