We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afab832 commit 039a1ebCopy full SHA for 039a1eb
x/mint/module_test.go
@@ -8,12 +8,12 @@ import (
8
"cosmossdk.io/depinject"
9
"cosmossdk.io/log"
10
11
- "github.com/axone-protocol/axoned/v8/x/mint/testutil"
12
- "github.com/axone-protocol/axoned/v8/x/mint/types"
13
-
14
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
15
authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper"
16
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
+
+ "github.com/axone-protocol/axoned/v8/x/mint/testutil"
+ "github.com/axone-protocol/axoned/v8/x/mint/types"
17
)
18
19
func TestItCreatesModuleAccountOnInitBlock(t *testing.T) {
0 commit comments