Skip to content

Commit 7b3d095

Browse files
authored
Merge branch 'main' into blob-rpc-migration
2 parents 6a3b2dd + bab058d commit 7b3d095

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

execution/evm/execution_status_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func TestValidatePayloadStatus(t *testing.T) {
6161
}
6262

6363
for _, tt := range tests {
64-
tt := tt
6564
t.Run(tt.name, func(t *testing.T) {
6665
t.Parallel()
6766

@@ -124,7 +123,6 @@ func TestRetryWithBackoffOnPayloadStatus(t *testing.T) {
124123
}
125124

126125
for _, tt := range tests {
127-
tt := tt
128126
t.Run(tt.name, func(t *testing.T) {
129127
t.Parallel()
130128

0 commit comments

Comments
 (0)