Skip to content

Commit 092f902

Browse files
committed
lint
1 parent 64a92c4 commit 092f902

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runtime/router_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ package runtime_test
33
import (
44
"testing"
55

6+
"github.com/stretchr/testify/require"
7+
68
bankv1beta1 "cosmossdk.io/api/cosmos/bank/v1beta1"
79
counterv1 "cosmossdk.io/api/cosmos/counter/v1"
810
"cosmossdk.io/log"
911
storetypes "cosmossdk.io/store/types"
12+
1013
"github.com/cosmos/cosmos-sdk/baseapp"
1114
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
1215
"github.com/cosmos/cosmos-sdk/runtime"
1316
"github.com/cosmos/cosmos-sdk/testutil"
1417
counterkeeper "github.com/cosmos/cosmos-sdk/x/counter/keeper"
1518
countertypes "github.com/cosmos/cosmos-sdk/x/counter/types"
16-
"github.com/stretchr/testify/require"
1719
)
1820

1921
func TestMsgRouterService(t *testing.T) {

0 commit comments

Comments
 (0)