test: fix lms exercise doctype name

This commit is contained in:
Jannat Patel
2023-03-03 18:23:49 +05:30
parent 31b08eb545
commit 2b244bb4f4

View File

@@ -21,7 +21,7 @@ class TestLMSExercise(unittest.TestCase):
member.insert() member.insert()
e = frappe.get_doc( e = frappe.get_doc(
{ {
"doctype": "Exercise", "doctype": "LMS Exercise",
"name": "test-problem", "name": "test-problem",
"course": course.name, "course": course.name,
"title": "Test Problem", "title": "Test Problem",