Skip to content

Commit

Permalink
Automated change: Fix sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo authored Dec 27, 2023
1 parent faff6fd commit d8181d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/core/xds/xds_transport_fake.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ class FakeXdsTransportFactory : public XdsTransportFactory {
std::function<void()> too_many_pending_reads_callback_;
};

FakeXdsTransportFactory(std::function<void()> too_many_pending_reads_callback)
explicit FakeXdsTransportFactory(
std::function<void()> too_many_pending_reads_callback)
: too_many_pending_reads_callback_(
std::move(too_many_pending_reads_callback)) {}

Expand Down

0 comments on commit d8181d2

Please sign in to comment.