Skip to content

Commit 7e5aef3

Browse files
committed
chore: update unit test
1 parent 3b5a77d commit 7e5aef3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x/devgas/client/cli/cli_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
2222

2323
"github.com/NibiruChain/nibiru/v2/x/common/testutil"
24-
devgas "github.com/NibiruChain/nibiru/v2/x/devgas"
2524
"github.com/NibiruChain/nibiru/v2/x/devgas/client/cli"
25+
"github.com/NibiruChain/nibiru/v2/x/devgas/devgasmodule"
2626
)
2727

2828
// CLITestSuite: Tests all tx commands for the module.
@@ -43,7 +43,7 @@ func TestCLITestSuite(t *testing.T) {
4343

4444
// Runs once before the entire test suite.
4545
func (s *CLITestSuite) SetupSuite() {
46-
s.encCfg = testutilmod.MakeTestEncodingConfig(devgas.AppModuleBasic{})
46+
s.encCfg = testutilmod.MakeTestEncodingConfig(devgasmodule.AppModuleBasic{})
4747
s.keyring = keyring.NewInMemory(s.encCfg.Codec)
4848
s.baseCtx = sdkclient.Context{}.
4949
WithKeyring(s.keyring).

0 commit comments

Comments
 (0)