chore: move simsx to testutil (#24481)

This commit is contained in:
Alex | Interchain Labs
2025-04-14 17:30:59 +00:00
committed by GitHub
parent c5cbda08f2
commit b55b9e14fb
45 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/codec"
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/cosmos-sdk/simsx"
"github.com/cosmos/cosmos-sdk/testutil/simsx"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
simtypes "github.com/cosmos/cosmos-sdk/types/simulation"
+1 -1
View File
@@ -3,7 +3,7 @@ package simulation
import (
"context"
"github.com/cosmos/cosmos-sdk/simsx"
"github.com/cosmos/cosmos-sdk/testutil/simsx"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/x/protocolpool/types"
)