|
|
@ -11,7 +11,7 @@ import java.util.List; |
|
|
|
|
|
|
|
|
import static org.junit.Assert.*; |
|
|
import static org.junit.Assert.*; |
|
|
|
|
|
|
|
|
@SpringBootTest |
|
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) |
|
|
@RunWith(SpringRunner.class) |
|
|
@RunWith(SpringRunner.class) |
|
|
public class PassengerFlowServiceTest { |
|
|
public class PassengerFlowServiceTest { |
|
|
@Autowired |
|
|
@Autowired |
|
|
|