Skip to content

Commit

Permalink
tests: use top_N in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MSalopek committed May 17, 2024
1 parent 2f00c60 commit 5cb5300
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 5cb5300

Please sign in to comment.