mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-21 03:19:38 +00:00
commit
c553d39f8d
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public abstract class AbstractClinicServiceTests {
|
|||
|
||||
@Test
|
||||
@Transactional
|
||||
public void sholdUpdatePetName() throws Exception {
|
||||
public void shouldUpdatePetName() throws Exception {
|
||||
Pet pet7 = this.clinicService.findPetById(7);
|
||||
String oldName = pet7.getName();
|
||||
|
||||
|
|
Loading…
Reference in a new issue