eth/tracers: fix typo in test name (#23218)
This commit is contained in:
parent
89fde59a80
commit
a5e3aa693c
|
@ -306,7 +306,7 @@ func TestTraceCall(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestOverridenTraceCall(t *testing.T) {
|
func TestOverriddenTraceCall(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
|
|
||||||
// Initialize test accounts
|
// Initialize test accounts
|
||||||
|
|
Loading…
Reference in New Issue