Skip to content
Snippets Groups Projects
Commit 3f2d3ba7 authored by mklose's avatar mklose
Browse files

fix typo

parent 74d61b38
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