fix: Test fixes
diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py
index 06e96c6..3d95345 100644
--- a/erpnext/education/doctype/program/test_program.py
+++ b/erpnext/education/doctype/program/test_program.py
@@ -11,6 +11,7 @@
 
 test_data = {
 	"program_name": "_Test Program",
+	"description": "_Test Program",
 	"course": [{
 		"course_name": "_Test Course 1",
 		"topic": [{
diff --git a/erpnext/education/doctype/program/test_records.json b/erpnext/education/doctype/program/test_records.json
index c6dc942..7901db3 100644
--- a/erpnext/education/doctype/program/test_records.json
+++ b/erpnext/education/doctype/program/test_records.json
@@ -1,6 +1,6 @@
 [
 	{
-		"program_name": "_Test Program",
+		"program_name": "_Test Program 1",
 		"program_code": "_TP1",
 		"description": "Test Description",
 		"program_abbreviation": "TP1"