Skip to content

Commit

Permalink
fix typo in SprintJpaTest (#9678)
Browse files Browse the repository at this point in the history
  • Loading branch information
123liuziming authored Oct 13, 2023
1 parent 1793eba commit 48a19d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
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) {
Expand Down

0 comments on commit 48a19d7

Please sign in to comment.