commit | 8c890836477d4ddbd039c11bfea10482c69f71fa | [log] [tgz] |
---|---|---|
author | scmmishra <scm.mymail@gmail.com> | Wed Apr 10 20:02:39 2019 +0530 |
committer | scmmishra <scm.mymail@gmail.com> | Wed Apr 10 20:02:39 2019 +0530 |
tree | 7179a4ec12d3abc95ffc130b48da7c06de876dd8 | |
parent | 7a1c649dbd4bf05f1182857fc2a4f024cc02cd87 [diff] |
fix: test fixes for program doctype
diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py index 3d95345..b1eb7f3 100644 --- a/erpnext/education/doctype/program/test_program.py +++ b/erpnext/education/doctype/program/test_program.py
@@ -54,6 +54,7 @@ "doctype": "Program", "program_name": name, "program_code": name, + "description": "_test description" "is_published": True, "is_featured": True, }).insert()