From 2ddc9d22bb4f54c65d185240be69957e66cf0983 Mon Sep 17 00:00:00 2001 From: jgo121 Date: Wed, 11 Oct 2023 08:38:08 +0800 Subject: [PATCH] resolve unit test for gov param update --- x/gov/genesis_test.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x/gov/genesis_test.go b/x/gov/genesis_test.go index c7330e94..166e7cd6 100644 --- a/x/gov/genesis_test.go +++ b/x/gov/genesis_test.go @@ -185,7 +185,8 @@ func TestSimappExportGenesis(t *testing.T) { "dapp_pool_slippage_default": "0.100000000000000000", "minting_ft_fee": "100000000000000", "minting_nft_fee": "100000000000000", - "veto_threshold": "33.400000000000000000" + "veto_threshold": "33.400000000000000000", + "autocompound_interval_num_blocks": "17280" }, "execution_fees": [ { @@ -512,7 +513,8 @@ func TestExportInitGenesis(t *testing.T) { "dapp_pool_slippage_default": "0.100000000000000000", "minting_ft_fee": "100000000000000", "minting_nft_fee": "100000000000000", - "veto_threshold": "33.400000000000000000" + "veto_threshold": "33.400000000000000000", + "autocompound_interval_num_blocks": "17280" }, "execution_fees": [ {