Skip to content

Commit

Permalink
#696 fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHeG committed Jun 16, 2020
1 parent 0b00939 commit e14dc50
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import com.vip.saturn.job.console.exception.SaturnJobConsoleException;
import com.vip.saturn.job.console.mybatis.service.NamespaceZkClusterMapping4SqlService;
import com.vip.saturn.job.console.mybatis.service.ZkClusterInfoService;
import com.vip.saturn.job.console.service.SystemConfigService;
import org.junit.Assert;
import org.junit.Rule;
import org.junit.Test;
Expand Down Expand Up @@ -33,6 +34,9 @@ public class RegistryCenterServiceImplTest {
@Mock
private ZkClusterInfoService zkClusterInfoService;

@Mock
private SystemConfigService systemConfigService;

@Rule
public ExpectedException expectedException = ExpectedException.none();

Expand Down

0 comments on commit e14dc50

Please sign in to comment.