diff --git a/community/lms/doctype/lms_batch_membership/test_lms_batch_membership.py b/community/lms/doctype/lms_batch_membership/test_lms_batch_membership.py index 703e144f..c0385c17 100644 --- a/community/lms/doctype/lms_batch_membership/test_lms_batch_membership.py +++ b/community/lms/doctype/lms_batch_membership/test_lms_batch_membership.py @@ -12,7 +12,6 @@ class TestLMSBatchMembership(unittest.TestCase): frappe.db.sql("DELETE FROM `tabLMS Batch`") frappe.db.sql('delete from `tabLMS Course Mentor Mapping`') frappe.db.sql("DELETE FROM `tabLMS Course`") - frappe.db.sql("DELETE FROM `tabCommunity Member` where email like '%@test.com'") frappe.db.sql("DELETE FROM `tabUser` where email like '%@test.com'") def new_course_batch(self):