@ -71,7 +71,7 @@ class StudentTest {
@Test
void printStudentInfo() {
void testPrintStudentInfo() {
Student student = sampleStudent;
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();