提交 a5efe97e 编写于 作者: B baoliang

merge from 1.3.3-release

上级 add6f37b
......@@ -57,7 +57,7 @@ public class MasterTaskExecThreadTest {
this.zookeeperRegistryCenter = PowerMockito.mock(ZookeeperRegistryCenter.class);
PowerMockito.when(SpringApplicationContext.getBean(ZookeeperRegistryCenter.class))
.thenReturn(this.zookeeperRegistryCenter);
this.masterTaskExecThread = new MasterTaskExecThread(null);
this.masterTaskExecThread = new MasterTaskExecThread(getTaskInstance());
}
@Test
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册