diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py index 06e96c699c..3d9534565e 100644 --- a/erpnext/education/doctype/program/test_program.py +++ b/erpnext/education/doctype/program/test_program.py @@ -11,6 +11,7 @@ import unittest test_data = { "program_name": "_Test Program", + "description": "_Test Program", "course": [{ "course_name": "_Test Course 1", "topic": [{ diff --git a/erpnext/education/doctype/program/test_records.json b/erpnext/education/doctype/program/test_records.json index c6dc94209f..7901db3225 100644 --- a/erpnext/education/doctype/program/test_records.json +++ b/erpnext/education/doctype/program/test_records.json @@ -1,6 +1,6 @@ [ { - "program_name": "_Test Program", + "program_name": "_Test Program 1", "program_code": "_TP1", "description": "Test Description", "program_abbreviation": "TP1"