Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Jan 31, 2024
1 parent f1da3a9 commit d4e210a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x/gov/migrations/v4/json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestMigrateJSON(t *testing.T) {
"denom": "stake"
}
],
"expedited_threshold": "0.667000000000000000",
"expedited_threshold": "0.750000000000000000",
"expedited_voting_period": "86400s",
"max_deposit_period": "172800s",
"min_deposit": [
Expand All @@ -82,7 +82,7 @@ func TestMigrateJSON(t *testing.T) {
"min_deposit_ratio": "0.010000000000000000",
"min_initial_deposit_ratio": "0.000000000000000000",
"proposal_cancel_dest": "",
"proposal_cancel_ratio": "0.500000000000000000",
"proposal_cancel_ratio": "1.000000000000000000",
"quorum": "0.334000000000000000",
"threshold": "0.500000000000000000",
"veto_threshold": "0.334000000000000000",
Expand Down

0 comments on commit d4e210a

Please sign in to comment.