aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/distributor_host_info_reporter_test.cpp')
-rw-r--r--storage/src/tests/distributor/distributor_host_info_reporter_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp b/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
index c1b5487717e..e7078f08d0a 100644
--- a/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
+++ b/storage/src/tests/distributor/distributor_host_info_reporter_test.cpp
@@ -58,7 +58,7 @@ struct MockedLatencyStatisticsProvider : LatencyStatisticsProvider
{
NodeStatsSnapshot returnedSnapshot;
- NodeStatsSnapshot doGetLatencyStatistics() const {
+ NodeStatsSnapshot doGetLatencyStatistics() const override {
return returnedSnapshot;
}
};