fix: Minor fix to test program
diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py
index b1eb7f3..3bcca3a 100644
--- a/erpnext/education/doctype/program/test_program.py
+++ b/erpnext/education/doctype/program/test_program.py
@@ -54,7 +54,7 @@
 		"doctype": "Program",
 		"program_name": name,
 		"program_code": name,
-		"description": "_test description"
+		"description": "_test description",
 		"is_published": True,
 		"is_featured": True,
 	}).insert()