Skip to content

Commit

Permalink
eth/tracers: fix typo in test name (ethereum#23218)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Jul 15, 2021
1 parent 89fde59 commit a5e3aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/tracers/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ func TestTraceCall(t *testing.T) {
}
}

func TestOverridenTraceCall(t *testing.T) {
func TestOverriddenTraceCall(t *testing.T) {
t.Parallel()

// Initialize test accounts
Expand Down

0 comments on commit a5e3aa6

Please sign in to comment.