Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
likhita-809 committed Jun 15, 2022
1 parent ebf91d0 commit 8a2ab88
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/group/client/testutil/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
package testutil

import (
_ "embed"
"testing"

"github.com/cosmos/cosmos-sdk/testutil/network"
Expand Down
8 changes: 8 additions & 0 deletions x/group/testutil/app_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ import (
_ "embed"

"cosmossdk.io/core/appconfig"
_ "github.com/cosmos/cosmos-sdk/x/auth"
_ "github.com/cosmos/cosmos-sdk/x/auth/tx/module"
_ "github.com/cosmos/cosmos-sdk/x/authz"
_ "github.com/cosmos/cosmos-sdk/x/bank"
_ "github.com/cosmos/cosmos-sdk/x/genutil"
_ "github.com/cosmos/cosmos-sdk/x/group"
_ "github.com/cosmos/cosmos-sdk/x/params"
_ "github.com/cosmos/cosmos-sdk/x/staking"
)

//go:embed app.yaml
Expand Down

0 comments on commit 8a2ab88

Please sign in to comment.