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;
|
import java.util.List;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.limit;
|
package com.baeldung.passenger;
|
||||||
|
|
||||||
import javax.persistence.Basic;
|
import javax.persistence.Basic;
|
||||||
import javax.persistence.Column;
|
import javax.persistence.Column;
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.limit;
|
package com.baeldung.passenger;
|
||||||
|
|
||||||
import org.springframework.data.jpa.repository.JpaRepository;
|
import org.springframework.data.jpa.repository.JpaRepository;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.limit;
|
package com.baeldung.passenger;
|
||||||
|
|
||||||
import org.springframework.stereotype.Repository;
|
import org.springframework.stereotype.Repository;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.baeldung.limit;
|
package com.baeldung.passenger;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
@ -18,7 +18,7 @@ import static org.junit.Assert.assertEquals;
|
|||||||
|
|
||||||
@DataJpaTest
|
@DataJpaTest
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
public class LimitIntegrationTest {
|
public class PassengerRepositoryIntegrationTest {
|
||||||
|
|
||||||
@PersistenceContext
|
@PersistenceContext
|
||||||
private EntityManager entityManager;
|
private EntityManager entityManager;
|
Loading…
x
Reference in New Issue
Block a user