diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-27 05:36:45 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-27 05:36:45 +0400 |
commit | e06b3dbd76a0a76c872ca27b4ea33b4465d14da3 (patch) | |
tree | f797719a25bce95a95a3b30e02b50af7a7e7520a /tests/Network/BitTorrent/CoreSpec.hs | |
parent | 89151d4315631243840fcae54244c144ff42329d (diff) |
Fix get_peers response encoding
Diffstat (limited to 'tests/Network/BitTorrent/CoreSpec.hs')
-rw-r--r-- | tests/Network/BitTorrent/CoreSpec.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Network/BitTorrent/CoreSpec.hs b/tests/Network/BitTorrent/CoreSpec.hs index 917ed5f5..9f9eb0eb 100644 --- a/tests/Network/BitTorrent/CoreSpec.hs +++ b/tests/Network/BitTorrent/CoreSpec.hs | |||
@@ -1,6 +1,9 @@ | |||
1 | -- | Re-export modules. | 1 | -- | Re-export modules. |
2 | module Network.BitTorrent.CoreSpec (spec) where | 2 | module Network.BitTorrent.CoreSpec (spec) where |
3 | import Network.BitTorrent.Core.FingerprintSpec as CoreSpec () | ||
4 | import Network.BitTorrent.Core.NodeSpec as CoreSpec () | ||
3 | import Network.BitTorrent.Core.PeerIdSpec as CoreSpec () | 5 | import Network.BitTorrent.Core.PeerIdSpec as CoreSpec () |
6 | import Network.BitTorrent.Core.PeerAddrSpec as CoreSpec () | ||
4 | 7 | ||
5 | import Test.Hspec (Spec) | 8 | import Test.Hspec (Spec) |
6 | 9 | ||