This commit is contained in:
mklose 2015-04-01 16:39:51 +02:00
parent 74d61b38e0
commit 3f2d3ba72a

View file

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