From 5214c5cdb3e8668a3c4e75c9cc51134372e29597 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Wed, 10 Apr 2019 20:37:45 +0530 Subject: [PATCH] fix: Minor fix to test program --- erpnext/education/doctype/program/test_program.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py index b1eb7f3de2..3bcca3a7f1 100644 --- a/erpnext/education/doctype/program/test_program.py +++ b/erpnext/education/doctype/program/test_program.py @@ -54,7 +54,7 @@ def make_program(name): "doctype": "Program", "program_name": name, "program_code": name, - "description": "_test description" + "description": "_test description", "is_published": True, "is_featured": True, }).insert()