From 7a1c649dbd4bf05f1182857fc2a4f024cc02cd87 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Wed, 10 Apr 2019 19:02:06 +0530 Subject: [PATCH] fix: Test fixes --- erpnext/education/doctype/program/test_program.py | 1 + erpnext/education/doctype/program/test_records.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/education/doctype/program/test_program.py b/erpnext/education/doctype/program/test_program.py index 06e96c699c..3d9534565e 100644 --- a/erpnext/education/doctype/program/test_program.py +++ b/erpnext/education/doctype/program/test_program.py @@ -11,6 +11,7 @@ import unittest 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 c6dc94209f..7901db3225 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"