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