Skip to content

Commit 6fc2b1e

Browse files
authored
call ec.Close() (ethereum-optimism#10412)
1 parent 59997de commit 6fc2b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

op-e2e/external_geth/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestShim(t *testing.T) {
3939
Name: "TestShim",
4040
BinPath: shimPath,
4141
}).Run(t)
42-
t.Cleanup(func() { _ = ec.Close })
42+
t.Cleanup(func() { _ = ec.Close() })
4343

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

0 commit comments

Comments
 (0)