Commit 6fc2b1e4 authored by zhiqiangxu's avatar zhiqiangxu Committed by GitHub

call ec.Close() (#10412)

parent 59997de6
...@@ -39,7 +39,7 @@ func TestShim(t *testing.T) { ...@@ -39,7 +39,7 @@ func TestShim(t *testing.T) {
Name: "TestShim", Name: "TestShim",
BinPath: shimPath, BinPath: shimPath,
}).Run(t) }).Run(t)
t.Cleanup(func() { _ = ec.Close }) t.Cleanup(func() { _ = ec.Close() })
for _, endpoint := range []string{ for _, endpoint := range []string{
ec.HTTPEndpoint(), ec.HTTPEndpoint(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment