Skip to content

Commit c1b756f

Browse files
committed
fix_: address PR feedback part 3
1 parent 30d653a commit c1b756f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

params/networkhelper/provider_utils_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package networkhelper_test
22

33
import (
4-
"github.com/ethereum/go-ethereum/common"
54
"reflect"
65
"strings"
76
"testing"
87

8+
"github.com/ethereum/go-ethereum/common"
9+
910
"github.com/brianvoe/gofakeit/v6"
1011
"github.com/stretchr/testify/assert"
1112
"github.com/stretchr/testify/require"

0 commit comments

Comments
 (0)