diff --git a/src/tests/libxrpl/beast/insight/StatsDCollector.cpp b/src/tests/libxrpl/beast/insight/StatsDCollector.cpp index f9a9ac7346..827fdc5da0 100644 --- a/src/tests/libxrpl/beast/insight/StatsDCollector.cpp +++ b/src/tests/libxrpl/beast/insight/StatsDCollector.cpp @@ -131,7 +131,7 @@ private: * would otherwise never be sent and would never exist downstream. Absent and * zero must not look the same to an operator. */ -TEST(StatsDCollector, UntouchedGaugePublishesInitialZero) +TEST(StatsDCollector, untouched_gauge_publishes_initial_zero) { LoopbackStatsDServer server; auto const address = ip::Endpoint::fromString("127.0.0.1:" + std::to_string(server.port())); @@ -154,7 +154,7 @@ TEST(StatsDCollector, UntouchedGaugePublishesInitialZero) * comes along as a positive control. One flush tick serves both metrics, so a * counter line would have to travel beside the gauge's. */ -TEST(StatsDCollector, UntouchedCounterPublishesNothing) +TEST(StatsDCollector, untouched_counter_publishes_nothing) { LoopbackStatsDServer server; auto const address = ip::Endpoint::fromString("127.0.0.1:" + std::to_string(server.port()));