Skip to content
Snippets Groups Projects
Commit c553d39f authored by michaelisvy's avatar michaelisvy
Browse files

Merge pull request #67 from mklose/patch-1

fix typo
parents 3945cbae 3f2d3ba7
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment