feat: Fixed test data for student doctype

This commit is contained in:
scmmishra 2019-04-10 17:50:26 +05:30
parent acc0fa3b00
commit d2917a8c38
2 changed files with 1268 additions and 1251 deletions

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,7 @@
"program": "TC101",
"date_of_birth": "2000-01-01",
"gender": "Male",
"student_email_id": "_test_student@example.com",
"blood_group": "A+"
},
@ -16,6 +17,7 @@
"program": "TC101",
"date_of_birth": "2000-01-01",
"gender": "Male",
"student_email_id": "_test_student_1@example.com",
"blood_group": "A+"
},
@ -25,27 +27,8 @@
"last_name": "Name 2",
"program": "TC101",
"date_of_birth": "2000-01-01",
"gender": "Male",
"blood_group": "A+"
},
{
"first_name": "_Test",
"middle_name": "Student",
"last_name": "Name 3",
"program": "TC101",
"date_of_birth": "2000-01-01",
"gender": "Male",
"blood_group": "A+"
},
{
"first_name": "_Test",
"middle_name": "Student",
"last_name": "Name 4",
"program": "TC101",
"date_of_birth": "2000-01-01",
"gender": "Male",
"gender": "Female",
"student_email_id": "_test_student_2@example.com",
"blood_group": "A+"
}