Skip to content

Commit

Permalink
replace latest x/gov
Browse files Browse the repository at this point in the history
  • Loading branch information
tbruyelle committed Feb 26, 2024
1 parent b667855 commit 3af98f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/gov_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ import (
"github.com/forbole/bdjuno/v4/types"

sdk "github.com/cosmos/cosmos-sdk/types"
govtypes "github.com/cosmos/cosmos-sdk/x/gov/types"
govtypes "github.com/atomone-hub/govgen/x/gov/types"

dbtypes "github.com/forbole/bdjuno/v4/database/types"
)

func (suite *DbTestSuite) TestBigDipperDb_SaveGovParams() {
votingParams := govtypes.NewVotingParams(time.Second * 10)
votingParams := govtypes.NewVotingParams(time.Second*10, time.Second*10, time.Second*10, time.Second*10)
tallyParams := govtypes.NewTallyParams(sdk.NewDec(10), sdk.NewDec(10), sdk.NewDec(10))
depositParams := govtypes.NewDepositParams(sdk.NewCoins(sdk.NewCoin("uatom", sdk.NewInt(10))), time.Minute*5)
original := types.NewGovParams(types.NewVotingParams(votingParams), types.NewDepositParam(depositParams), types.NewTallyParams(tallyParams), 10)
Expand Down

0 comments on commit 3af98f4

Please sign in to comment.