diff --git a/itests/fevm_events_test.go b/itests/fevm_events_test.go index 46a938437..4a16dc38f 100644 --- a/itests/fevm_events_test.go +++ b/itests/fevm_events_test.go @@ -8,9 +8,11 @@ import ( "testing" "time" - "github.com/filecoin-project/go-address" - "github.com/filecoin-project/lotus/itests/kit" "github.com/stretchr/testify/require" + + "github.com/filecoin-project/go-address" + + "github.com/filecoin-project/lotus/itests/kit" ) // TestFEVMEvents does a basic events smoke test. diff --git a/itests/kit/evm.go b/itests/kit/evm.go index 23d5951dd..0245bd73f 100644 --- a/itests/kit/evm.go +++ b/itests/kit/evm.go @@ -6,12 +6,12 @@ import ( "encoding/binary" "fmt" - amt4 "github.com/filecoin-project/go-amt-ipld/v4" "github.com/ipfs/go-cid" "github.com/stretchr/testify/require" cbg "github.com/whyrusleeping/cbor-gen" "github.com/filecoin-project/go-address" + amt4 "github.com/filecoin-project/go-amt-ipld/v4" "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"