Skip to content

Commit

Permalink
fix: minor change added to test_case
Browse files Browse the repository at this point in the history
(cherry picked from commit 3040203)
  • Loading branch information
vishdha authored and mergify[bot] committed Nov 9, 2023
1 parent cf0d936 commit 6b34568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def test_multi_customer_group_filter(self):
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,
Expand Down

0 comments on commit 6b34568

Please sign in to comment.