Skip to content

Commit

Permalink
Sanitize
Browse files Browse the repository at this point in the history
  • Loading branch information
yashykt committed Nov 13, 2024
1 parent bdd2367 commit d5bdaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/telemetry/metrics_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ TEST_F(MetricsTest, ParallelStatsPluginRegistrationAndLookup) {
for (int i = 0; i < 100; ++i) {
register_threads.emplace_back([] {
for (int j = 0; j < 100; ++j) {
grpc_core::FakeStatsPluginBuilder().BuildAndRegister();
FakeStatsPluginBuilder().BuildAndRegister();
}
});
}
Expand Down

0 comments on commit d5bdaea

Please sign in to comment.