Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
avery committed Dec 18, 2024
1 parent 4d1e6e7 commit 0410b37
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/sim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,15 +296,6 @@ func TestAppSimulationAfterImport(t *testing.T) {
config := simcli.NewConfigFromFlags()
config.ChainID = AppChainID
encfg := RegisterEncodingConfig()

simcli.FlagEnabledValue = true
simcli.FlagVerboseValue = true
config.NumBlocks = 50
//config.Seed = 89182391
config.Seed = 4
config.Commit = true
simcli.FlagPeriodValue = 5

db, dir, logger, skip, err := simtestutil.SetupSimulation(
config,
"goleveldb-app-sim",
Expand Down

0 comments on commit 0410b37

Please sign in to comment.