Skip to content

Commit

Permalink
test fix to use correct bech32 prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Oct 28, 2023
1 parent 484e0b2 commit 932cfac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x/sudo/cli/gen_root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"github.com/stretchr/testify/require"

"github.com/NibiruChain/nibiru/x/common/testutil"
"github.com/NibiruChain/nibiru/x/common/testutil/testapp"
"github.com/NibiruChain/nibiru/x/sudo/cli"
)

Expand All @@ -26,6 +27,7 @@ func TestAddSudoRootAccountCmd(t *testing.T) {
for _, tc := range tests {
tc := tc
t.Run(tc.name, func(t *testing.T) {
testapp.EnsureNibiruPrefix()
ctx := testutil.SetupClientCtx(t)
cmd := cli.AddSudoRootAccountCmd(t.TempDir())
cmd.SetArgs([]string{
Expand Down

0 comments on commit 932cfac

Please sign in to comment.