Skip to content

Commit

Permalink
Fixed ouroboros-network:test haddocks
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed May 14, 2021
1 parent e14ac4a commit be147d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ouroboros-network/test/Test/Ouroboros/Network/TxSubmission.hs
Expand Up @@ -269,10 +269,10 @@ instance Arbitrary a => Arbitrary (LargeNonEmptyList a) where

prop_txSubmission :: Positive Word16
-> NonEmptyList (Tx Int)
-- | The delay must be smaller (<) than 5s, so that overall
-> Maybe (Positive SmallDelay)
-- ^ The delay must be smaller (<) than 5s, so that overall
-- delay is less than 10s, otherwise 'smallDelay' in
-- 'timeLimitsTxSubmission' will kick in.
-> Maybe (Positive SmallDelay)
-> Property
prop_txSubmission (Positive maxUnacked) (NonEmpty outboundTxs) delay =
let mbDelayTime = getSmallDelay . getPositive <$> delay
Expand Down

0 comments on commit be147d9

Please sign in to comment.