Skip to content

Commit

Permalink
fix the wrong override
Browse files Browse the repository at this point in the history
  • Loading branch information
rockspore committed Feb 8, 2024
1 parent b19cedb commit d16409a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cpp/end2end/tls_credentials_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ class NoOpCertificateVerifier : public ExternalCertificateVerifier {
return true;
}

void Cancel(grpc::experimental::TlsCustomVerificationCheckRequest*) override {
}
void Cancel(grpc::experimental::TlsCustomVerificationCheckRequest*,
const absl::Status&) override {}
};

class TlsCredentialsTest : public ::testing::Test {
Expand Down

0 comments on commit d16409a

Please sign in to comment.