types: tests -> test suites migration (#7400)

Ref #7362
This commit is contained in:
Alessio Treglia
2020-09-28 12:46:49 +02:00
committed by GitHub
parent 308ee267a8
commit 8601dcdbb7
16 changed files with 653 additions and 574 deletions
+1 -1
View File
@@ -1,11 +1,11 @@
package multisig
import (
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
"github.com/tendermint/tendermint/crypto"
"github.com/tendermint/tendermint/crypto/sr25519"
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
)