forked from DevFW-CICD/spring-petclinic
fix typo
This commit is contained in:
parent
74d61b38e0
commit
3f2d3ba72a
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public abstract class AbstractClinicServiceTests {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Transactional
|
@Transactional
|
||||||
public void sholdUpdatePetName() throws Exception {
|
public void shouldUpdatePetName() throws Exception {
|
||||||
Pet pet7 = this.clinicService.findPetById(7);
|
Pet pet7 = this.clinicService.findPetById(7);
|
||||||
String oldName = pet7.getName();
|
String oldName = pet7.getName();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue