Rename limit package to passenger
Rename LimitIntegrationTest to PassengerRepositoryIntegrationTest Going to include code on sorting so it will no longer be limit specific. BAEL-2331
This commit is contained in:
parent
0b7f01463c
commit
0c384f13b0
@ -1,4 +1,4 @@
|
||||
package com.baeldung.limit;
|
||||
package com.baeldung.passenger;
|
||||
|
||||
import java.util.List;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.baeldung.limit;
|
||||
package com.baeldung.passenger;
|
||||
|
||||
import javax.persistence.Basic;
|
||||
import javax.persistence.Column;
|
@ -1,4 +1,4 @@
|
||||
package com.baeldung.limit;
|
||||
package com.baeldung.passenger;
|
||||
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.baeldung.limit;
|
||||
package com.baeldung.passenger;
|
||||
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.baeldung.limit;
|
||||
package com.baeldung.passenger;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
@ -18,7 +18,7 @@ import static org.junit.Assert.assertEquals;
|
||||
|
||||
@DataJpaTest
|
||||
@RunWith(SpringRunner.class)
|
||||
public class LimitIntegrationTest {
|
||||
public class PassengerRepositoryIntegrationTest {
|
||||
|
||||
@PersistenceContext
|
||||
private EntityManager entityManager;
|
Loading…
x
Reference in New Issue
Block a user