File tree 1 file changed +7
-13
lines changed
1 file changed +7
-13
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,19 @@ import (
4
4
"strings"
5
5
"testing"
6
6
7
- bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
8
-
9
- "github.com/cosmos/cosmos-sdk/x/bank"
10
-
11
- authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
12
- stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
13
-
14
- "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
15
-
16
- "github.com/cosmos/cosmos-sdk/x/bank/types"
17
-
18
- "github.com/cosmos/cosmos-sdk/simapp"
19
-
20
7
"github.com/stretchr/testify/require"
21
8
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
22
9
10
+ "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
11
+ "github.com/cosmos/cosmos-sdk/simapp"
23
12
"github.com/cosmos/cosmos-sdk/testutil/testdata"
24
13
sdk "github.com/cosmos/cosmos-sdk/types"
25
14
sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
15
+ authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
16
+ "github.com/cosmos/cosmos-sdk/x/bank"
17
+ bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
18
+ "github.com/cosmos/cosmos-sdk/x/bank/types"
19
+ stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types"
26
20
)
27
21
28
22
func TestInvalidMsg (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments