Skip to content

Commit

Permalink
call ec.Close() (#10412)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu authored May 6, 2024
1 parent 59997de commit 6fc2b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-e2e/external_geth/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestShim(t *testing.T) {
Name: "TestShim",
BinPath: shimPath,
}).Run(t)
t.Cleanup(func() { _ = ec.Close })
t.Cleanup(func() { _ = ec.Close() })

for _, endpoint := range []string{
ec.HTTPEndpoint(),
Expand Down

0 comments on commit 6fc2b1e

Please sign in to comment.