fix: Added desciption in program test record
diff --git a/erpnext/education/doctype/program/test_records.json b/erpnext/education/doctype/program/test_records.json
index 3348ba9..c6dc942 100644
--- a/erpnext/education/doctype/program/test_records.json
+++ b/erpnext/education/doctype/program/test_records.json
@@ -2,11 +2,13 @@
{
"program_name": "_Test Program",
"program_code": "_TP1",
+ "description": "Test Description",
"program_abbreviation": "TP1"
},
{
"program_name": "_Test Program 2",
"program_code": "_TP2",
+ "description": "Test Description",
"program_abbreviation": "TP2"
}
]
\ No newline at end of file