fix typo in SprintJpaTest (#9678)

This commit is contained in:
Liu Ziming 2023-10-14 00:35:20 +08:00 committed by GitHub
parent 1793eba028
commit 48a19d7e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import spring.jpa.JpaCustomer;
import spring.jpa.JpaCustomerRepository;
import spring.jpa.JpaPersistenceConfig;
public class SprintJpaTest extends AbstractSpringJpaTest<JpaCustomer, JpaCustomerRepository> {
public class SpringJpaTest extends AbstractSpringJpaTest<JpaCustomer, JpaCustomerRepository> {
@Override
JpaCustomer newCustomer(String firstName, String lastName) {