Skip to content

Commit

Permalink
fix: fix typo in SprintJpaTest
Browse files Browse the repository at this point in the history
  • Loading branch information
123liuziming committed Oct 13, 2023
1 parent 1793eba commit 5f7b0d5
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 5f7b0d5

Please sign in to comment.