diff --git a/test/Services/EventActionService.cpp b/test/Services/EventActionService.cpp index e2431b013604c1a19144e86ebc07964503e6ed9f..cc6892dd043107058747319cd7bbebb815a05e33 100644 --- a/test/Services/EventActionService.cpp +++ b/test/Services/EventActionService.cpp @@ -232,8 +232,6 @@ TEST_CASE("Event-action status report TM[19,7]", "[service][st09]") { CHECK(report.readEnum16() == 1); CHECK(report.readEnum16() == 2); CHECK(report.readUint8() == 1); - - } TEST_CASE("Enable event-action function TC[19,8]", "[service][st09]") { @@ -243,7 +241,7 @@ TEST_CASE("Enable event-action function TC[19,8]", "[service][st09]") { CHECK(eventActionService.eventActionFunctionStatus == EventActionService::enabledFunction); } -TEST_CASE("Disable event-action function TC[19,1]", "[service][st09]") { +TEST_CASE("Disable event-action function TC[19,9]", "[service][st09]") { EventActionService eventActionService; Message message(19, 9, Message::TC, 0); eventActionService.disableEventActionFunction(message);