Skip to content

Commit 45c5357

Browse files
committed
Rename Test_Body_hasAnyOptionalFieldSet -> TestBody_hasAnyOptionalFieldSet
1 parent 5c72beb commit 45c5357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/types/block.internal.libevm_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/stretchr/testify/assert"
1010
)
1111

12-
func Test_Body_hasAnyOptionalFieldSet(t *testing.T) {
12+
func TestBody_hasAnyOptionalFieldSet(t *testing.T) {
1313
t.Parallel()
1414

1515
var body Body

0 commit comments

Comments
 (0)