We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92826b6 commit 7e50f50Copy full SHA for 7e50f50
extras/test/src/test_command_decode.cpp
@@ -102,7 +102,7 @@ SCENARIO("Test the decoding of command messages") {
102
103
/****************************************************************************/
104
105
- WHEN("Decode the SetTimezoneCommand message")
+ WHEN("Decode the TimezoneCommandDown message")
106
{
107
CommandDown command;
108
extras/test/src/test_command_encode.cpp
@@ -242,7 +242,7 @@ SCENARIO("Test the encoding of command messages") {
242
243
244
245
- WHEN("Encode the SetTimezoneCommand message")
+ WHEN("Encode the TimezoneCommandDown message")
246
247
TimezoneCommandDown command;
248
command.c.id = CommandId::TimezoneCommandDownId;
0 commit comments