File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"
22
22
23
23
"github.com/NibiruChain/nibiru/v2/x/common/testutil"
24
- devgas "github.com/NibiruChain/nibiru/v2/x/devgas"
25
24
"github.com/NibiruChain/nibiru/v2/x/devgas/client/cli"
25
+ "github.com/NibiruChain/nibiru/v2/x/devgas/devgasmodule"
26
26
)
27
27
28
28
// CLITestSuite: Tests all tx commands for the module.
@@ -43,7 +43,7 @@ func TestCLITestSuite(t *testing.T) {
43
43
44
44
// Runs once before the entire test suite.
45
45
func (s * CLITestSuite ) SetupSuite () {
46
- s .encCfg = testutilmod .MakeTestEncodingConfig (devgas .AppModuleBasic {})
46
+ s .encCfg = testutilmod .MakeTestEncodingConfig (devgasmodule .AppModuleBasic {})
47
47
s .keyring = keyring .NewInMemory (s .encCfg .Codec )
48
48
s .baseCtx = sdkclient.Context {}.
49
49
WithKeyring (s .keyring ).
You can’t perform that action at this time.
0 commit comments