summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-25 14:52:40 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-25 14:52:40 +0400
commit7627d4dda31ddbececa4c80b340026da9e06c80e (patch)
tree086ad7d20f843759dcf12dfc7a1f9e56b70a5436 /tests/Network/BitTorrent
parente5a007173eda61ed8a2865aba2638eaf4cc783ef (diff)
Implement getConnectionConfig
Diffstat (limited to 'tests/Network/BitTorrent')
-rw-r--r--tests/Network/BitTorrent/Exchange/WireSpec.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Network/BitTorrent/Exchange/WireSpec.hs b/tests/Network/BitTorrent/Exchange/WireSpec.hs
index 550c20f9..293e1bd6 100644
--- a/tests/Network/BitTorrent/Exchange/WireSpec.hs
+++ b/tests/Network/BitTorrent/Exchange/WireSpec.hs
@@ -16,8 +16,8 @@ import Network.BitTorrent.Exchange.Wire
16import Config 16import Config
17import Network.BitTorrent.Exchange.MessageSpec () 17import Network.BitTorrent.Exchange.MessageSpec ()
18 18
19nullSession :: InfoHash -> PeerId -> ConnectionSession () 19nullSession :: InfoHash -> PeerId -> SessionLink ()
20nullSession ih pid = ConnectionSession ih pid Nothing Nothing () 20nullSession ih pid = SessionLink ih pid Nothing Nothing ()
21 21
22instance Arbitrary Options where 22instance Arbitrary Options where
23 arbitrary = return def 23 arbitrary = return def