| commit | fb93164443d5db29125b03b14b00bbd827b1b71f | [log] [tgz] |
|---|---|---|
| author | veblush <2793282+veblush@users.noreply.github.com> | Wed Mar 06 16:36:53 2024 +0000 |
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | Wed Mar 06 16:36:53 2024 +0000 |
| tree | 6a741428461a57f0a86af24a704f02400d33c943 | |
| parent | 02276f47743b5549a60a5bb18f707d6c0862becc [diff] |
Automated change: Fix sanity tests
diff --git a/test/core/client_channel/lb_policy/lb_policy_test_lib.h b/test/core/client_channel/lb_policy/lb_policy_test_lib.h index b7444ad..814492c 100644 --- a/test/core/client_channel/lb_policy/lb_policy_test_lib.h +++ b/test/core/client_channel/lb_policy/lb_policy_test_lib.h
@@ -402,9 +402,7 @@ return test_->work_serializer_; } - ConnectivityStateTracker& state_tracker() { - return state_tracker_; - } + ConnectivityStateTracker& state_tracker() { return state_tracker_; } private: const std::string address_;