Merge pull request #67 from mklose/patch-1

fix typo
This commit is contained in:
michaelisvy 2015-05-20 23:13:04 +08:00
commit c553d39f8d

View file

@ -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();