mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fix: Test fixes
This commit is contained in:
@@ -11,6 +11,7 @@ import unittest
|
|||||||
|
|
||||||
test_data = {
|
test_data = {
|
||||||
"program_name": "_Test Program",
|
"program_name": "_Test Program",
|
||||||
|
"description": "_Test Program",
|
||||||
"course": [{
|
"course": [{
|
||||||
"course_name": "_Test Course 1",
|
"course_name": "_Test Course 1",
|
||||||
"topic": [{
|
"topic": [{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"program_name": "_Test Program",
|
"program_name": "_Test Program 1",
|
||||||
"program_code": "_TP1",
|
"program_code": "_TP1",
|
||||||
"description": "Test Description",
|
"description": "Test Description",
|
||||||
"program_abbreviation": "TP1"
|
"program_abbreviation": "TP1"
|
||||||
|
|||||||
Reference in New Issue
Block a user