Automated change: Fix sanity tests

pull/36723/head
ctiller 9 months ago committed by github-actions[bot]
parent a61e9bfc9d
commit 5fe9cc6582
  1. 2
      test/core/client_channel/client_channel_test.cc

@ -164,7 +164,7 @@ class ClientChannelTest : public YodelTest {
test_->resolver_ = this;
}
~TestResolver() {
~TestResolver() override {
CHECK(test_->resolver_ == this);
test_->resolver_ = nullptr;
}

Loading…
Cancel
Save