diff options
-rw-r--r-- | tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs index ae53c64b..fd7d1232 100644 --- a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs +++ b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs | |||
@@ -33,7 +33,7 @@ validateInfo AnnounceQuery {..} AnnounceInfo {..} = do | |||
33 | peerList = getPeerList respPeers | 33 | peerList = getPeerList respPeers |
34 | 34 | ||
35 | spec :: Spec | 35 | spec :: Spec |
36 | spec = do | 36 | spec = parallel $ do |
37 | forM_ trackerURIs $ \ uri -> | 37 | forM_ trackerURIs $ \ uri -> |
38 | context (show uri) $ do | 38 | context (show uri) $ do |
39 | describe "announce" $ do | 39 | describe "announce" $ do |