chore: move counter to testutils (#20281)

This commit is contained in:
Marko
2024-05-06 16:07:53 +00:00
committed by GitHub
parent ccc04199bd
commit 271a46c89a
24 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -19,8 +19,8 @@ import (
"github.com/cosmos/cosmos-sdk/codec"
"github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/cosmos-sdk/testutil/testdata"
countertypes "github.com/cosmos/cosmos-sdk/testutil/x/counter/types"
sdk "github.com/cosmos/cosmos-sdk/types"
countertypes "github.com/cosmos/cosmos-sdk/x/counter/types"
)
func createTestInterfaceRegistry() types.InterfaceRegistry {