mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
eth/tracers: fix typo in test name (#23218)
This commit is contained in:
parent
89fde59a80
commit
a5e3aa693c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue