Skip to content

Commit a5e3aa6

Browse files
eth/tracers: fix typo in test name (#23218)
1 parent 89fde59 commit a5e3aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/tracers/api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ func TestTraceCall(t *testing.T) {
306306
}
307307
}
308308

309-
func TestOverridenTraceCall(t *testing.T) {
309+
func TestOverriddenTraceCall(t *testing.T) {
310310
t.Parallel()
311311

312312
// Initialize test accounts

0 commit comments

Comments
 (0)