Skip to content

Commit

Permalink
Merge pull request #2570 from ctiller/create-pull-request/patch-18da36e
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/config
  • Loading branch information
ctiller authored Jan 30, 2025
2 parents 18da36e + 696e705 commit 2ac433b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/core/call/yodel/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ grpc_cc_library(
"//test/core/event_engine:event_engine_test_utils",
"//test/core/event_engine/fuzzing_event_engine",
"//test/core/test_util:fuzz_config_vars",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:fuzz_config_vars_helpers",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:proto_bit_gen",
],
)
Expand Down
2 changes: 1 addition & 1 deletion test/core/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ grpc_cc_library(
"//test/core/call:batch_builder",
"//test/core/event_engine:event_engine_test_utils",
"//test/core/event_engine/fuzzing_event_engine",
"//test/core/test_util:grpc_test_util",
"//test/core/test_util:fuzz_config_vars",
"//test/core/test_util:grpc_test_util",
] + (["//test/core/test_util:fuzz_config_vars_helpers"] if fuzz else []),
alwayslink = 1,
)
Expand Down

0 comments on commit 2ac433b

Please sign in to comment.