Skip to content

Commit 60ddc68

Browse files
ProgrammingFiredsyer
authored andcommitted
Fixed Typo In PetClinicIntegrationTests
1 parent 702747f commit 60ddc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/springframework/samples/petclinic/PetclinicIntegrationTests.java renamed to src/test/java/org/springframework/samples/petclinic/PetClinicIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
import org.springframework.web.client.RestTemplate;
3232

3333
@SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT)
34-
class PetclinicIntegrationTests {
34+
class PetClinicIntegrationTests {
3535

3636
@LocalServerPort
3737
int port;

0 commit comments

Comments
 (0)