Skip to content

Commit

Permalink
Merge pull request #592 from MrXJC/jiacheng/deps2
Browse files Browse the repository at this point in the history
fix the upgrade unit_test
  • Loading branch information
HaoyangLiu authored Nov 13, 2018
2 parents e83dff5 + 9d7788b commit ad55c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/upgrade/keep_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestSetKVStoreKeylist(t *testing.T) {
router.AddRoute("upgrade-0", []*sdk.KVStoreKey{sdk.NewKVStoreKey("upgrade")}, nil)

subspace := paramKeeper.Subspace("Sig").WithTypeTable(params.NewTypeTable(
upgradeparams.CurrentUpgradeProposalIdParameter.GetStoreKey(), int64((0)),
upgradeparams.CurrentUpgradeProposalIdParameter.GetStoreKey(), uint64((0)),
upgradeparams.ProposalAcceptHeightParameter.GetStoreKey(), int64(0),
upgradeparams.SwitchPeriodParameter.GetStoreKey(), int64(0),
))
Expand Down

0 comments on commit ad55c23

Please sign in to comment.