Skip to content

Commit

Permalink
fix(tests): fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RiccardoM committed Dec 18, 2024
1 parent 00d8c72 commit efb26b1
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 @@ -14,7 +14,6 @@ import (
dbm "github.com/cosmos/cosmos-db"

"cosmossdk.io/log"
"cosmossdk.io/math"
"cosmossdk.io/store"

"github.com/cosmos/cosmos-sdk/baseapp"
Expand Down Expand Up @@ -106,14 +105,6 @@ func TestAppStateDeterminism(t *testing.T) {
baseapp.SetChainID(AppChainID),
)

// NOTE: setting to zero to avoid failing the simulation
// due to the minimum staked tokens required to submit a vote
ante.SetMinStakedTokens(math.LegacyZeroDec())

// NOTE: setting to zero to avoid failing the simulation
// milkyway ante allows only certain proposals to be expedited - the simulation doesn't know about this
ante.SetExpeditedProposalsEnabled(false)

fmt.Printf(
"running non-determinism simulation; seed %d: %d/%d, attempt: %d/%d\n",
config.Seed, i+1, numSeeds, j+1, numTimesToRunPerSeed,
Expand Down

0 comments on commit efb26b1

Please sign in to comment.