diff --git a/tests/e2e/client/grpc/cmtservice/service_test.go b/tests/e2e/client/grpc/cmtservice/service_test.go index 2a802c50304..56d202a7b32 100644 --- a/tests/e2e/client/grpc/cmtservice/service_test.go +++ b/tests/e2e/client/grpc/cmtservice/service_test.go @@ -8,9 +8,10 @@ import ( "fmt" "testing" + "github.com/stretchr/testify/suite" + "cosmossdk.io/simapp" _ "cosmossdk.io/x/gov" - "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/client/grpc/cmtservice" codectypes "github.com/cosmos/cosmos-sdk/codec/types"