Skip to content

Commit

Permalink
refactor(x/distribution): rm ref to x/gov from x/distribution (#16623)
Browse files Browse the repository at this point in the history
  • Loading branch information
kocubinski committed Jun 20, 2023
1 parent cf842f9 commit a827f42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/distribution/client/cli/tx_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import (
"github.com/cosmos/cosmos-sdk/x/bank"
"github.com/cosmos/cosmos-sdk/x/distribution/client/cli"
distrtestutil "github.com/cosmos/cosmos-sdk/x/distribution/testutil"
"github.com/cosmos/cosmos-sdk/x/gov"
minttypes "github.com/cosmos/cosmos-sdk/x/mint/types"
)

Expand All @@ -43,7 +42,7 @@ func TestCLITestSuite(t *testing.T) {
}

func (s *CLITestSuite) SetupSuite() {
s.encCfg = testutilmod.MakeTestEncodingConfig(gov.AppModuleBasic{}, bank.AppModuleBasic{})
s.encCfg = testutilmod.MakeTestEncodingConfig(bank.AppModuleBasic{})
s.kr = keyring.NewInMemory(s.encCfg.Codec)
s.baseCtx = client.Context{}.
WithKeyring(s.kr).
Expand Down

0 comments on commit a827f42

Please sign in to comment.