diff --git a/STINK_student_records/Test_classes/Person/STINK_student_records_Test_Person.php b/STINK_student_records/Test_classes/Person/STINK_student_records_Test_Person.php index 3dfd1e1..31b12d5 100644 --- a/STINK_student_records/Test_classes/Person/STINK_student_records_Test_Person.php +++ b/STINK_student_records/Test_classes/Person/STINK_student_records_Test_Person.php @@ -61,7 +61,7 @@ 'nullable' => false, 'legal_values' => array( 'username', 'a_username', 'username12', ), 'illegal_values'=> array( 'user name', '!@^%*&^!', ' ' ), - 'test_value' => "username", ), ); + 'test_value' => "dyssa123", ), ); }