summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Network/BitTorrent/Tracker/RPCSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/RPCSpec.hs b/tests/Network/BitTorrent/Tracker/RPCSpec.hs
index 31a04978..b816a9ce 100644
--- a/tests/Network/BitTorrent/Tracker/RPCSpec.hs
+++ b/tests/Network/BitTorrent/Tracker/RPCSpec.hs
@@ -29,7 +29,7 @@ isUnrecognizedProtocol x (UnrecognizedProtocol scheme) = x == scheme
29isUnrecognizedProtocol _ _ = False 29isUnrecognizedProtocol _ _ = False
30 30
31spec :: Spec 31spec :: Spec
32spec = do 32spec = parallel $ do
33 describe "Manager" $ do 33 describe "Manager" $ do
34 describe "newManager" $ do 34 describe "newManager" $ do
35 it "" $ pending 35 it "" $ pending