Skip to content

Commit d44f883

Browse files
tests: use top_N in e2e tests (#3106) (#3107)
(cherry picked from commit ebaf6c2) Co-authored-by: MSalopek <[email protected]>
1 parent c0e3097 commit d44f883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/e2e_ics_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ func (s *IntegrationTestSuite) writeAddRemoveConsumerProposals(c *chain, consume
4747
ConsumerRedistributionFraction: "0.75",
4848
BlocksPerDistributionTransmission: 10,
4949
HistoricalEntries: 10000,
50+
Top_N: 95,
5051
}
5152
addPropWithDeposit := ConsumerAdditionProposalWithDeposit{
5253
ConsumerAdditionProposal: *addProp,

0 commit comments

Comments
 (0)