Skip to content

Commit 399982b

Browse files
committed
fixed test
1 parent 8f095d4 commit 399982b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

extras/test/src/test_command_decode.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ SCENARIO("Test the decoding of command messages") {
2626
ThingGetIdCmdDown * msg = new ThingGetIdCmdDown();
2727
Message * genericMessage = (Message*) msg;
2828

29-
printf("%d", genericMessage->id);
30-
3129
/*
3230
3331
DA 00010300 # tag(66560)
@@ -41,8 +39,6 @@ SCENARIO("Test the decoding of command messages") {
4139

4240
int payload_length = sizeof(payload) / sizeof(uint8_t);
4341

44-
MessageDecoder::decode(genericMessage, payload, payload_length);
45-
4642
MessageDecoder::DecoderState err = MessageDecoder::decode(genericMessage, payload, payload_length);
4743

4844
const char *thingIdToMatch = "e4494d55-872a-4fd2-9646-92f87949394c";

0 commit comments

Comments
 (0)