Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 28, 2025
1 parent 8f16874 commit 1b70127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/core/end2end/tests/no_logging.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ CORE_END2END_TEST(NoLoggingTests, NoLoggingTest) {
}
}

TEST(Fuzzers, NoLoggingTests_NoLoggingTestRegression1) {
TEST(Fuzzers, NoLoggingTestRegression1) {
NoLoggingTests_NoLoggingTest(
CoreTestConfigurationNamed("Chttp2FullstackCompression"),
ParseTestProto(R"pb(config_vars {
Expand All @@ -192,7 +192,7 @@ TEST(Fuzzers, NoLoggingTests_NoLoggingTestRegression1) {
})pb"));
}

TEST(Fuzzers, NoLoggingTests_NoLoggingTestRegression2) {
TEST(Fuzzers, NoLoggingTestRegression2) {
NoLoggingTests_NoLoggingTest(
CoreTestConfigurationNamed("Chttp2Fullstack"),
ParseTestProto(R"pb(event_engine_actions {
Expand Down

0 comments on commit 1b70127

Please sign in to comment.