mirror of
https://github.com/colinear-labs/chain.git
synced 2026-03-04 21:54:26 -08:00
cosmostest -> colinear in dir structure
This commit is contained in:
@@ -3,8 +3,8 @@ package keeper
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"cosmos-test/x/cosmostest/keeper"
|
||||
"cosmos-test/x/cosmostest/types"
|
||||
"colinear/x/colinear-core/keeper"
|
||||
"colinear/x/colinear-core/types"
|
||||
|
||||
"github.com/cosmos/cosmos-sdk/codec"
|
||||
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
tmdb "github.com/tendermint/tm-db"
|
||||
)
|
||||
|
||||
func CosmostestKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) {
|
||||
func ColinearcoreKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) {
|
||||
storeKey := sdk.NewKVStoreKey(types.StoreKey)
|
||||
memStoreKey := storetypes.NewMemoryStoreKey(types.MemStoreKey)
|
||||
|
||||
@@ -35,7 +35,7 @@ func CosmostestKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) {
|
||||
types.Amino,
|
||||
storeKey,
|
||||
memStoreKey,
|
||||
"CosmostestParams",
|
||||
"ColinearcoreParams",
|
||||
)
|
||||
|
||||
k := keeper.NewKeeper(
|
||||
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
tmrand "github.com/tendermint/tendermint/libs/rand"
|
||||
tmdb "github.com/tendermint/tm-db"
|
||||
|
||||
"cosmos-test/app"
|
||||
"colinear/app"
|
||||
)
|
||||
|
||||
type (
|
||||
|
||||
Reference in New Issue
Block a user