Skip to content

Commit

Permalink
Use correct command name TimezoneCommandDown in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed May 17, 2024
1 parent 92826b6 commit 7e50f50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/test/src/test_command_decode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ SCENARIO("Test the decoding of command messages") {

/****************************************************************************/

WHEN("Decode the SetTimezoneCommand message")
WHEN("Decode the TimezoneCommandDown message")
{
CommandDown command;

Expand Down
2 changes: 1 addition & 1 deletion extras/test/src/test_command_encode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ SCENARIO("Test the encoding of command messages") {

/****************************************************************************/

WHEN("Encode the SetTimezoneCommand message")
WHEN("Encode the TimezoneCommandDown message")
{
TimezoneCommandDown command;
command.c.id = CommandId::TimezoneCommandDownId;
Expand Down

0 comments on commit 7e50f50

Please sign in to comment.