From d4e210aaed609cf5094fab93996ee7372ff4fb7e Mon Sep 17 00:00:00 2001 From: Teddy Ding Date: Wed, 31 Jan 2024 10:53:02 -0500 Subject: [PATCH] fix test --- x/gov/migrations/v4/json_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x/gov/migrations/v4/json_test.go b/x/gov/migrations/v4/json_test.go index 18ef6dba37a8..d22cbef2c576 100644 --- a/x/gov/migrations/v4/json_test.go +++ b/x/gov/migrations/v4/json_test.go @@ -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": [ @@ -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",