File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ SCENARIO("Test the decoding of command messages") {
123
123
124
124
/* ***************************************************************************/
125
125
126
- WHEN (" Decode the SetTimezoneCommand message" )
126
+ WHEN (" Decode the TimezoneCommandDown message" )
127
127
{
128
128
CommandDown command;
129
129
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ SCENARIO("Test the encoding of command messages") {
242
242
243
243
/* ***************************************************************************/
244
244
245
- WHEN (" Encode the SetTimezoneCommand message" )
245
+ WHEN (" Encode the TimezoneCommandDown message" )
246
246
{
247
247
TimezoneCommandDown command;
248
248
command.c .id = CommandId::TimezoneCommandDownId;
You can’t perform that action at this time.
0 commit comments