修改测试用例
This commit is contained in:
parent
bfd4b5908d
commit
8143acf453
|
|
@ -236,7 +236,7 @@ public class ComprehensiveDrcStateMachineTest {
|
|||
// 2. 成功子指令的方法回调
|
||||
Thread.sleep(200);
|
||||
response = "{\"result\":\"subSuccess\"}";
|
||||
mqttCallbackRegistry.handleMessage("test/" + currentTestSn + "/response", response);
|
||||
mqttCallbackRegistry.handleMessage("test/" + currentTestSn + "/response123", response);
|
||||
log.info(">>> 模拟发送成功子指令方法回调: ", response);
|
||||
|
||||
} catch (InterruptedException e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue