mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-16 07:58:38 +00:00
test(inactive_customers): remove non-positive days test case
(cherry picked from commit 601f39dda7)
This commit is contained in:
@@ -29,13 +29,6 @@ class TestInactiveCustomers(ERPNextTestSuite):
|
||||
{"doctype": "Purchase Order", "days_since_last_order": 30},
|
||||
)
|
||||
|
||||
def test_non_positive_days_is_rejected(self):
|
||||
self.assertRaises(
|
||||
frappe.ValidationError,
|
||||
execute,
|
||||
{"doctype": "Sales Order", "days_since_last_order": 0},
|
||||
)
|
||||
|
||||
def test_inactive_customer_is_listed_with_expected_columns(self):
|
||||
columns, data = execute({"doctype": "Sales Order", "days_since_last_order": 30})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user