[R5] Fix typo
This commit is contained in:
parent
a99213b845
commit
b23a61c534
@ -101,7 +101,7 @@ public class DoctorServiceTest {
|
|||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
@DisplayName("Should find doctor by id")
|
@DisplayName("Should find doctor by id")
|
||||||
public void testFindPatientById() throws Exception {
|
public void testFindDoctorById() throws Exception {
|
||||||
|
|
||||||
Doctor doctor = doctorService.findDoctorById(testDoctor.getId());
|
Doctor doctor = doctorService.findDoctorById(testDoctor.getId());
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user