Automated fix for refs/heads/master (#36059)

PanCakes to the rescue!

We noticed that our 'sanity' test was going to fail, but we think we can fix that automatically, so we put together this PR to do just that!

If you'd like to opt-out of these PR's, add yourself to NO_AUTOFIX_USERS in .github/workflows/pr-auto-fix.yaml

Closes #36059

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36059 from grpc:create-pull-request/patch-02276f4 fb93164443
PiperOrigin-RevId: 613642099
pull/36072/head
github-actions[bot] 1 year ago committed by Copybara-Service
parent 7b98cda1f4
commit d1cea2dd09
  1. 4
      test/core/client_channel/lb_policy/lb_policy_test_lib.h

@ -402,9 +402,7 @@ class LoadBalancingPolicyTest : public ::testing::Test {
return test_->work_serializer_;
}
ConnectivityStateTracker& state_tracker() {
return state_tracker_;
}
ConnectivityStateTracker& state_tracker() { return state_tracker_; }
private:
const std::string address_;

Loading…
Cancel
Save