Skip to content

Commit

Permalink
tests: use top_N in e2e tests (#3106) (#3107)
Browse files Browse the repository at this point in the history
(cherry picked from commit ebaf6c2)

Co-authored-by: MSalopek <[email protected]>
  • Loading branch information
mergify[bot] and MSalopek committed May 17, 2024
1 parent c0e3097 commit d44f883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/e2e_ics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func (s *IntegrationTestSuite) writeAddRemoveConsumerProposals(c *chain, consume
ConsumerRedistributionFraction: "0.75",
BlocksPerDistributionTransmission: 10,
HistoricalEntries: 10000,
Top_N: 95,
}
addPropWithDeposit := ConsumerAdditionProposalWithDeposit{
ConsumerAdditionProposal: *addProp,
Expand Down

0 comments on commit d44f883

Please sign in to comment.