[R5] Fix typo

This commit is contained in:
Mirna Gama 2024-01-06 18:53:07 -03:00 committed by Mirna Gama
parent a99213b845
commit b23a61c534

View File

@ -101,7 +101,7 @@ public class DoctorServiceTest {
*/
@Test
@DisplayName("Should find doctor by id")
public void testFindPatientById() throws Exception {
public void testFindDoctorById() throws Exception {
Doctor doctor = doctorService.findDoctorById(testDoctor.getId());