Skip to content

Commit

Permalink
Merge pull request #35 from rockspore/create-pull-request/patch-44f732c
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/ssl_test
  • Loading branch information
rockspore authored May 10, 2024
2 parents 44f732c + 3423882 commit 4c35cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/tsi/ssl_transport_security_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ class SslTransportSecurityTest

SslTransportSecurityTest() { grpc_init(); }

~SslTransportSecurityTest() {
~SslTransportSecurityTest() override {
DestroyFixture();
grpc_shutdown();
}
Expand Down

0 comments on commit 4c35cdc

Please sign in to comment.