Skip to content

Commit

Permalink
Automated fix for refs/heads/master (grpc#36059)
Browse files Browse the repository at this point in the history
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 grpc#36059

COPYBARA_INTEGRATE_REVIEW=grpc#36059 from grpc:create-pull-request/patch-02276f4 fb93164
PiperOrigin-RevId: 613642099
  • Loading branch information
github-actions[bot] authored and copybara-github committed Mar 7, 2024
1 parent 7b98cda commit d1cea2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/core/client_channel/lb_policy/lb_policy_test_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
Expand Down

0 comments on commit d1cea2d

Please sign in to comment.