mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
test: fix fixtures for program and course
This commit is contained in:
@@ -1,17 +1,14 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"course_name": "_Test Course",
|
"course_name": "TC100",
|
||||||
"course_code": "TC100",
|
|
||||||
"course_abbreviation": "TC"
|
"course_abbreviation": "TC"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"course_name": "_Test Course 1",
|
"course_name": "TC101",
|
||||||
"course_code": "TC101",
|
|
||||||
"course_abbreviation": "TC1"
|
"course_abbreviation": "TC1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"course_name": "_Test Course 2",
|
"course_name": "TC102",
|
||||||
"course_code": "TC102",
|
|
||||||
"course_abbreviation": "TC2"
|
"course_abbreviation": "TC2"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -1,13 +1,11 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"program_name": "_Test Program 1",
|
"program_name": "_TP1",
|
||||||
"program_code": "_TP1",
|
|
||||||
"description": "Test Description",
|
"description": "Test Description",
|
||||||
"program_abbreviation": "TP1"
|
"program_abbreviation": "TP1"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"program_name": "_Test Program 2",
|
"program_name": "_TP2",
|
||||||
"program_code": "_TP2",
|
|
||||||
"description": "Test Description",
|
"description": "Test Description",
|
||||||
"program_abbreviation": "TP2"
|
"program_abbreviation": "TP2"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user