fix something (#13514)
This commit is contained in:
parent
85fe39077e
commit
e5e97c3ec3
@ -24,8 +24,9 @@ import (
|
||||
"github.com/cosmos/cosmos-sdk/testutil/network"
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
testutilmod "github.com/cosmos/cosmos-sdk/types/module/testutil"
|
||||
"github.com/cosmos/cosmos-sdk/x/genutil"
|
||||
"github.com/cosmos/cosmos-sdk/x/nft"
|
||||
nftmodule "github.com/cosmos/cosmos-sdk/x/nft/module"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/x/nft/client/cli"
|
||||
nfttestutil "github.com/cosmos/cosmos-sdk/x/nft/testutil"
|
||||
)
|
||||
@ -109,7 +110,7 @@ func TestCLITestSuite(t *testing.T) {
|
||||
}
|
||||
|
||||
func (s *CLITestSuite) SetupSuite() {
|
||||
s.encCfg = testutilmod.MakeTestEncodingConfig(genutil.AppModuleBasic{})
|
||||
s.encCfg = testutilmod.MakeTestEncodingConfig(nftmodule.AppModuleBasic{})
|
||||
s.kr = keyring.NewInMemory(s.encCfg.Codec)
|
||||
s.baseCtx = client.Context{}.
|
||||
WithKeyring(s.kr).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user