From 8c890836477d4ddbd039c11bfea10482c69f71fa Mon Sep 17 00:00:00 2001 From: scmmishra Date: Wed, 10 Apr 2019 20:02:39 +0530 Subject: [PATCH] fix: test fixes for program doctype --- erpnext/education/doctype/program/test_program.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py index 3d9534565e4..b1eb7f3de23 100644 --- a/erpnext/education/doctype/program/test_program.py +++ b/erpnext/education/doctype/program/test_program.py @@ -54,6 +54,7 @@ def make_program(name): "doctype": "Program", "program_name": name, "program_code": name, + "description": "_test description" "is_published": True, "is_featured": True, }).insert()