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 @@ -102,7 +102,7 @@ SCENARIO("Test the decoding of command messages") {
102
102
103
103
/* ***************************************************************************/
104
104
105
- WHEN (" Decode the SetTimezoneCommand message" )
105
+ WHEN (" Decode the TimezoneCommandDown message" )
106
106
{
107
107
CommandDown command;
108
108
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