eth/tracers: fix typo in test name (#23218)

pull/23220/head
aaronbuchwald 3 years ago committed by GitHub
parent 89fde59a80
commit a5e3aa693c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      eth/tracers/api_test.go

@ -306,7 +306,7 @@ func TestTraceCall(t *testing.T) {
}
}
func TestOverridenTraceCall(t *testing.T) {
func TestOverriddenTraceCall(t *testing.T) {
t.Parallel()
// Initialize test accounts

Loading…
Cancel
Save