Skip to content

Commit

Permalink
Automated change: Fix sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller authored and github-actions[bot] committed Feb 24, 2025
1 parent 5264103 commit a8647f6
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 a8647f6

Please sign in to comment.