test: fix lms exercise doctype name
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user