diff --git a/itests/fevm_address_test.go b/itests/fevm_address_test.go index df4e35240..a23e96860 100644 --- a/itests/fevm_address_test.go +++ b/itests/fevm_address_test.go @@ -8,12 +8,11 @@ import ( "testing" "time" - "github.com/filecoin-project/go-address" - "github.com/filecoin-project/go-state-types/abi" + "github.com/stretchr/testify/require" "golang.org/x/crypto/sha3" - "github.com/stretchr/testify/require" - + "github.com/filecoin-project/go-address" + "github.com/filecoin-project/go-state-types/abi" "github.com/filecoin-project/go-state-types/big" builtintypes "github.com/filecoin-project/go-state-types/builtin" "github.com/filecoin-project/go-state-types/builtin/v10/eam"