From 3344026585e3cbd37641bd6294e1d8d9eae37538 Mon Sep 17 00:00:00 2001 From: marcello33 Date: Mon, 11 Sep 2023 10:29:18 +0200 Subject: [PATCH] internal/ethapi: sort imports in api_test --- internal/ethapi/api_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/ethapi/api_test.go b/internal/ethapi/api_test.go index b3967d50ed..7286dd38ea 100644 --- a/internal/ethapi/api_test.go +++ b/internal/ethapi/api_test.go @@ -21,11 +21,12 @@ import ( "math/big" "testing" + "github.com/stretchr/testify/require" + "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/params" - "github.com/stretchr/testify/require" ) func testTransactionMarshal(t *testing.T, tests []txData, config *params.ChainConfig) {