diff options
Diffstat (limited to 'tests/Network/BitTorrent')
-rw-r--r-- | tests/Network/BitTorrent/Exchange/WireSpec.hs | 4 |
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 | |||
16 | import Config | 16 | import Config |
17 | import Network.BitTorrent.Exchange.MessageSpec () | 17 | import Network.BitTorrent.Exchange.MessageSpec () |
18 | 18 | ||
19 | nullSession :: InfoHash -> PeerId -> ConnectionSession () | 19 | nullSession :: InfoHash -> PeerId -> SessionLink () |
20 | nullSession ih pid = ConnectionSession ih pid Nothing Nothing () | 20 | nullSession ih pid = SessionLink ih pid Nothing Nothing () |
21 | 21 | ||
22 | instance Arbitrary Options where | 22 | instance Arbitrary Options where |
23 | arbitrary = return def | 23 | arbitrary = return def |