Skip to content

Commit

Permalink
another possinle sim fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Jul 27, 2023
1 parent dd3a912 commit ae0bbb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/simulation/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
dbm "github.com/cometbft/cometbft-db"
tmjson "github.com/cometbft/cometbft/libs/json"
"github.com/cometbft/cometbft/libs/log"
tmrand "github.com/cometbft/cometbft/libs/rand"
tmtypes "github.com/cometbft/cometbft/types"
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec"
Expand Down Expand Up @@ -307,7 +306,6 @@ func appExportAndImport(t *testing.T) (
simtypes.Config,
) {
config := simcli.NewConfigFromFlags()
config.ChainID = fmt.Sprintf("simulation-chain-%s", tmrand.NewRand().Str(6))

db, dir, logger, skip, err := simtestutil.SetupSimulation(config, "leveldb-app-sim", "Simulation", simcli.FlagVerboseValue, simcli.FlagEnabledValue)
if skip {
Expand Down

0 comments on commit ae0bbb4

Please sign in to comment.