From b5e96b58fb1c9a71d352aa7f4338d4059982cf47 Mon Sep 17 00:00:00 2001 From: marbar3778 Date: Mon, 23 Oct 2023 12:14:19 +0200 Subject: [PATCH] lint? --- tests/e2e/client/grpc/cmtservice/service_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/e2e/client/grpc/cmtservice/service_test.go b/tests/e2e/client/grpc/cmtservice/service_test.go index 2a802c503049..56d202a7b328 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"