Skip to content

Commit

Permalink
close cc in test
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Feb 8, 2018
1 parent 97fcb6e commit 6f367c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/end2end_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6031,6 +6031,7 @@ func TestFailFastRPCErrorOnBadCertificates(t *testing.T) {
if err != nil {
t.Fatalf("Dial(_) = %v, want %v", err, nil)
}
defer cc.Close()

tc := testpb.NewTestServiceClient(cc)
for i := 0; i < 1000; i++ {
Expand Down

0 comments on commit 6f367c6

Please sign in to comment.