Browse Source

refactoring: adjusting test functions to the naming conventions in class StudentTest

remotes/origin/fdai7780
fdai7887 11 months ago
parent
commit
71bce92669
  1. 2
      src/test/java/org/example/StudentTest.java

2
src/test/java/org/example/StudentTest.java

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

Loading…
Cancel
Save