We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a92c4 commit 092f902Copy full SHA for 092f902
1 file changed
runtime/router_test.go
@@ -3,17 +3,19 @@ package runtime_test
3
import (
4
"testing"
5
6
+ "github.com/stretchr/testify/require"
7
+
8
bankv1beta1 "cosmossdk.io/api/cosmos/bank/v1beta1"
9
counterv1 "cosmossdk.io/api/cosmos/counter/v1"
10
"cosmossdk.io/log"
11
storetypes "cosmossdk.io/store/types"
12
13
"github.com/cosmos/cosmos-sdk/baseapp"
14
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
15
"github.com/cosmos/cosmos-sdk/runtime"
16
"github.com/cosmos/cosmos-sdk/testutil"
17
counterkeeper "github.com/cosmos/cosmos-sdk/x/counter/keeper"
18
countertypes "github.com/cosmos/cosmos-sdk/x/counter/types"
- "github.com/stretchr/testify/require"
19
)
20
21
func TestMsgRouterService(t *testing.T) {
0 commit comments