Skip to content

Commit

Permalink
pass tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miladz68 committed Sep 26, 2023
1 parent c69008e commit 1a579ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/upgrade/params_migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ func (pmt *paramsMigrationTest) After(t *testing.T) {
Quorum: pmt.govParamsBeforeMigration.TallyParams.Quorum.String(),
Threshold: pmt.govParamsBeforeMigration.TallyParams.Threshold.String(),
VetoThreshold: pmt.govParamsBeforeMigration.TallyParams.VetoThreshold.String(),
MinInitialDepositRatio: sdk.ZeroDec().String(),
MinInitialDepositRatio: sdk.MustNewDecFromStr("0.5").String(),
BurnVoteQuorum: false,
BurnProposalDepositPrevote: false,
BurnProposalDepositPrevote: true,
BurnVoteVeto: true,
}
assertT.Equal(paramsBeforeMigration, govParams)
Expand Down

0 comments on commit 1a579ef

Please sign in to comment.