Fix tests for Device and Asset on edge

This commit is contained in:
Andrii Landiak 2023-09-05 10:27:13 +03:00
parent e2520ae0f5
commit d5a6546554
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ public class AssetEdgeTest extends AbstractEdgeTest {
testAutoGeneratedCodeByProtobuf(uplinkMsgBuilder);
edgeImitator.expectResponsesAmount(1);
edgeImitator.expectMessageAmount(2);
edgeImitator.expectMessageAmount(1);
edgeImitator.sendUplinkMsg(uplinkMsgBuilder.build());

View File

@ -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());