summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent
diff options
context:
space:
mode:
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