fix: test case

This commit is contained in:
rohitwaghchaure
2023-05-14 15:49:58 +05:30
committed by GitHub
parent 2772a911ed
commit 3f8928be5c

View File

@@ -529,13 +529,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,
) )