Fix tests for Device and Asset on edge
This commit is contained in:
parent
e2520ae0f5
commit
d5a6546554
@ -213,7 +213,7 @@ public class AssetEdgeTest extends AbstractEdgeTest {
|
||||
testAutoGeneratedCodeByProtobuf(uplinkMsgBuilder);
|
||||
|
||||
edgeImitator.expectResponsesAmount(1);
|
||||
edgeImitator.expectMessageAmount(2);
|
||||
edgeImitator.expectMessageAmount(1);
|
||||
|
||||
edgeImitator.sendUplinkMsg(uplinkMsgBuilder.build());
|
||||
|
||||
|
||||
@ -548,7 +548,7 @@ public class DeviceEdgeTest extends AbstractEdgeTest {
|
||||
uplinkMsgBuilder.addDeviceUpdateMsg(deviceUpdateMsgBuilder.build());
|
||||
|
||||
edgeImitator.expectResponsesAmount(1);
|
||||
edgeImitator.expectMessageAmount(2);
|
||||
edgeImitator.expectMessageAmount(1);
|
||||
|
||||
edgeImitator.sendUplinkMsg(uplinkMsgBuilder.build());
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user