Skip to content

Commit

Permalink
Merge pull request #2612 from ctiller/create-pull-request/patch-5264103
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/referee
  • Loading branch information
ctiller authored Feb 24, 2025
2 parents 5264103 + a8647f6 commit cbc584d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/end2end/end2end_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ inline auto MaybeAddNullConfig(
#else
#define CORE_END2END_FUZZER(suite, name) \
FUZZ_TEST(Fuzzers, suite##_##name) \
.WithDomains(::fuzztest::ElementOf(::grpc_core::MaybeAddNullConfig( \
.WithDomains(::fuzztest::ElementOf(grpc_core::MaybeAddNullConfig( \
suite::AllSuiteConfigs(true))), \
::fuzztest::Arbitrary<core_end2end_test_fuzzer::Msg>() \
.WithProtobufField("config_vars", AnyConfigVars()));
Expand Down

0 comments on commit cbc584d

Please sign in to comment.