test: fix lms exercise doctype name

This commit is contained in:
Jannat Patel
2023-03-03 18:16:29 +05:30
parent 9b7817a57f
commit 31b08eb545

View File

@@ -51,4 +51,4 @@ class TestLMSExercise(unittest.TestCase):
def tearDown(self):
frappe.db.sql("delete from `tabLMS Batch Membership`")
frappe.db.sql("delete from `tabExercise Submission`")
frappe.db.sql("delete from `tabExercise`")
frappe.db.sql("delete from `tabLMS Exercise`")