summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h')
-rw-r--r--src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h b/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h
index d46b8470a3..3296d716fa 100644
--- a/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h
+++ b/src/components/protocol_handler/test/include/protocol_handler/mock_telemetry_observer.h
@@ -43,7 +43,8 @@ namespace protocol_handler_test {
class MockPHTelemetryObserver : public ::protocol_handler::PHTelemetryObserver {
public:
- MOCK_METHOD2(StartMessageProcess, void(uint32_t, const date_time::TimeDuration&));
+ MOCK_METHOD2(StartMessageProcess,
+ void(uint32_t, const date_time::TimeDuration&));
MOCK_METHOD2(EndMessageProcess, void(utils::SharedPtr<MessageMetric>));
};