diff --git a/test/Services/EventActionService.cpp b/test/Services/EventActionService.cpp
index cacbe5d4d8c256dd79aa1c70886f64cb03f627b9..a767893c921311e8bd2f2954a395530ccd0688ef 100644
--- a/test/Services/EventActionService.cpp
+++ b/test/Services/EventActionService.cpp
@@ -407,10 +407,9 @@ TEST_CASE("Enable event-action function TC[19,8]", "[service][st19]") {
 TEST_CASE("Disable event-action function TC[19,9]", "[service][st19]") {
 
 	// A message to disable event action function
-
 	Message message(19, 9, Message::TC, 0);
 	eventActionService.disableEventActionFunction(message);
-	CHECK(eventActionService.getEventActionFunctionStatus());
+	CHECK(eventActionService.getEventActionFunctionStatus() == false);
 }
 
 TEST_CASE("Execute a TC request", "[service][st19]"){