Skip to content

Commit

Permalink
resolve unit test for gov param update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiragpg committed Oct 11, 2023
1 parent 83fa456 commit 2ddc9d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions x/gov/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down

0 comments on commit 2ddc9d2

Please sign in to comment.