tests compile error fixes
This commit is contained in:
parent
f0c34f5117
commit
d136d3089b
@ -1,12 +1,11 @@
|
||||
package com.pudonghot.yo.campaign;
|
||||
|
||||
import com.pudonghot.yo.campaign.feign.response.RespCallingListWrapper;
|
||||
import lombok.val;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import com.pudonghot.yo.campaign.feign.response.RespCallingList;
|
||||
import com.pudonghot.yo.campaign.feign.service.FeignCallingListService;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
@ -24,7 +23,7 @@ public class FeignCallingListServiceTest {
|
||||
|
||||
@Test
|
||||
public void testFetchCallingList() {
|
||||
final RespCallingListWrapper callingList =
|
||||
final val callingList =
|
||||
callingListService.fetchCallingList(1, "11223", "44556");
|
||||
log.info("Calling list [{}].", callingList);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user