Skip to content

Commit

Permalink
block-fetch-tests: export PeerGSVT
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed May 6, 2024
1 parent 117bf62 commit bea4653
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}

module Test.Ouroboros.Network.BlockFetch (tests) where
module Test.Ouroboros.Network.BlockFetch
( PeerGSVT (..)
, tests
) where

import Test.ChainGenerators (TestChainFork (..))
import Test.QuickCheck
Expand Down Expand Up @@ -798,6 +801,8 @@ prop_terminate (TestChainFork _commonChain forkChain _forkChain) (Positive (Smal

fork' = chainToAnchoredFragment forkChain

-- TODO: moved to some shared place (cannot be moved to
-- `ouroboros-network-testing` which doesn't depend on `ouroboros-network`)
newtype PeerGSVT = PeerGSVT {
unPeerGSVT :: PeerGSV
} deriving Show
Expand Down

0 comments on commit bea4653

Please sign in to comment.