From 7e50f505aad79051597683758dd2ff67e25e5f16 Mon Sep 17 00:00:00 2001 From: pennam Date: Fri, 17 May 2024 11:40:53 +0200 Subject: [PATCH] Use correct command name TimezoneCommandDown in test name --- extras/test/src/test_command_decode.cpp | 2 +- extras/test/src/test_command_encode.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/test/src/test_command_decode.cpp b/extras/test/src/test_command_decode.cpp index 9305a2ce..42285859 100644 --- a/extras/test/src/test_command_decode.cpp +++ b/extras/test/src/test_command_decode.cpp @@ -102,7 +102,7 @@ SCENARIO("Test the decoding of command messages") { /****************************************************************************/ - WHEN("Decode the SetTimezoneCommand message") + WHEN("Decode the TimezoneCommandDown message") { CommandDown command; diff --git a/extras/test/src/test_command_encode.cpp b/extras/test/src/test_command_encode.cpp index dec68d5b..7c4db8d3 100644 --- a/extras/test/src/test_command_encode.cpp +++ b/extras/test/src/test_command_encode.cpp @@ -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;