summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Core/FingerprintSpec.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
commit75711985512c8578e913a1b464816968b4aef5dd (patch)
tree5ab77d69af0e9bc315b58f1df6ba100e318adfce /tests/Network/BitTorrent/Core/FingerprintSpec.hs
parent7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff)
Merge PeerAddr and NodeAddr modules
Diffstat (limited to 'tests/Network/BitTorrent/Core/FingerprintSpec.hs')
-rw-r--r--tests/Network/BitTorrent/Core/FingerprintSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Core/FingerprintSpec.hs b/tests/Network/BitTorrent/Core/FingerprintSpec.hs
index df62442a..f8ed6950 100644
--- a/tests/Network/BitTorrent/Core/FingerprintSpec.hs
+++ b/tests/Network/BitTorrent/Core/FingerprintSpec.hs
@@ -1,7 +1,7 @@
1-- | see <http://bittorrent.org/beps/bep_0020.html> 1-- | see <http://bittorrent.org/beps/bep_0020.html>
2module Network.BitTorrent.Core.FingerprintSpec (spec) where 2module Network.BitTorrent.Core.FingerprintSpec (spec) where
3import Test.Hspec 3import Test.Hspec
4import Network.BitTorrent.Core.PeerId 4import Network.BitTorrent.Address
5 5
6spec :: Spec 6spec :: Spec
7spec = do 7spec = do