From a5e3aa693c087cd2f78d0393eaa9f9b22a1e3959 Mon Sep 17 00:00:00 2001
From: aaronbuchwald <aaron.buchwald56@gmail.com>
Date: Thu, 15 Jul 2021 14:23:16 -0400
Subject: [PATCH] eth/tracers: fix typo in test name (#23218)

---
 eth/tracers/api_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eth/tracers/api_test.go b/eth/tracers/api_test.go
index a819537c7..dd9b61a1a 100644
--- a/eth/tracers/api_test.go
+++ b/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
-- 
GitLab