fix: test fixes for program doctype

This commit is contained in:
scmmishra 2019-04-10 20:02:39 +05:30
parent 7a1c649dbd
commit 8c89083647

View File

@ -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()