Skip to content

Commit 7e50f50

Browse files
committed
Use correct command name TimezoneCommandDown in test name
1 parent 92826b6 commit 7e50f50

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
@@ -102,7 +102,7 @@ SCENARIO("Test the decoding of command messages") {
102102

103103
/****************************************************************************/
104104

105-
WHEN("Decode the SetTimezoneCommand message")
105+
WHEN("Decode the TimezoneCommandDown message")
106106
{
107107
CommandDown command;
108108

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)