summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Network/BitTorrent')
-rw-r--r--tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs2
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 3ecc139d..540a887c 100644
--- a/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs
+++ b/tests/Network/BitTorrent/Tracker/RPC/UDPSpec.hs
@@ -51,5 +51,5 @@ spec = parallel $ do
51 describe "Manager" $ do 51 describe "Manager" $ do
52 it "should handle arbitrary intermixed concurrent queries" $ do 52 it "should handle arbitrary intermixed concurrent queries" $ do
53 withManager def $ \ mgr -> do 53 withManager def $ \ mgr -> do
54 _ <- mapConcurrently (\ _ -> scrape mgr uri [def]) [1..100] 54 _ <- mapConcurrently (\ _ -> scrape mgr uri [def]) [1..100 :: Int]
55 return () \ No newline at end of file 55 return () \ No newline at end of file