Skip to content

Commit

Permalink
chore: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Feb 11, 2025
1 parent 3b5a77d commit 7e5aef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/devgas/client/cli/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import (
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"

"github.com/NibiruChain/nibiru/v2/x/common/testutil"
devgas "github.com/NibiruChain/nibiru/v2/x/devgas"
"github.com/NibiruChain/nibiru/v2/x/devgas/client/cli"
"github.com/NibiruChain/nibiru/v2/x/devgas/devgasmodule"
)

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

// Runs once before the entire test suite.
func (s *CLITestSuite) SetupSuite() {
s.encCfg = testutilmod.MakeTestEncodingConfig(devgas.AppModuleBasic{})
s.encCfg = testutilmod.MakeTestEncodingConfig(devgasmodule.AppModuleBasic{})
s.keyring = keyring.NewInMemory(s.encCfg.Codec)
s.baseCtx = sdkclient.Context{}.
WithKeyring(s.keyring).
Expand Down

0 comments on commit 7e5aef3

Please sign in to comment.