fix: minor change added to test_case

(cherry picked from commit 30402033bc)
This commit is contained in:
vishal 2023-11-06 13:02:04 +05:30 committed by Mergify
parent 848efe8047
commit b1714ec21d

View File

@ -479,7 +479,7 @@ class TestAccountsReceivable(AccountsTestMixin, FrappeTestCase):
si = self.create_sales_invoice()
cus_group = frappe.db.get_value("Customer", self.customer, "customer_group")
# Create a list of customer groups, e.g., ["Group1", "Group2"]
cus_groups_list = [cus_group, "Group2"]
cus_groups_list = [cus_group, "_Test Customer Group 1"]
filters = {
"company": self.company,