Skip to content

Commit b95a6fd

Browse files
committed
Use correct command name TimezoneCommandDown in test name
1 parent 0088012 commit b95a6fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extras/test/src/test_command_decode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ SCENARIO("Test the decoding of command messages") {
123123

124124
/****************************************************************************/
125125

126-
WHEN("Decode the SetTimezoneCommand message")
126+
WHEN("Decode the TimezoneCommandDown message")
127127
{
128128
CommandDown command;
129129

extras/test/src/test_command_encode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ SCENARIO("Test the encoding of command messages") {
242242

243243
/****************************************************************************/
244244

245-
WHEN("Encode the SetTimezoneCommand message")
245+
WHEN("Encode the TimezoneCommandDown message")
246246
{
247247
TimezoneCommandDown command;
248248
command.c.id = CommandId::TimezoneCommandDownId;

0 commit comments

Comments
 (0)