We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0088012 commit b95a6fdCopy full SHA for b95a6fd
extras/test/src/test_command_decode.cpp
@@ -123,7 +123,7 @@ SCENARIO("Test the decoding of command messages") {
123
124
/****************************************************************************/
125
126
- WHEN("Decode the SetTimezoneCommand message")
+ WHEN("Decode the TimezoneCommandDown message")
127
{
128
CommandDown command;
129
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