summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Exchange/Session/MetadataSpec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Network/BitTorrent/Exchange/Session/MetadataSpec.hs')
-rw-r--r--tests/Network/BitTorrent/Exchange/Session/MetadataSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Exchange/Session/MetadataSpec.hs b/tests/Network/BitTorrent/Exchange/Session/MetadataSpec.hs
index 5392d74b..fc5236da 100644
--- a/tests/Network/BitTorrent/Exchange/Session/MetadataSpec.hs
+++ b/tests/Network/BitTorrent/Exchange/Session/MetadataSpec.hs
@@ -8,7 +8,7 @@ import Test.QuickCheck
8 8
9import Data.BEncode as BE 9import Data.BEncode as BE
10import Data.Torrent as Torrent 10import Data.Torrent as Torrent
11import Network.BitTorrent.Core 11import Network.BitTorrent.Address
12import Network.BitTorrent.Exchange.Message 12import Network.BitTorrent.Exchange.Message
13import Network.BitTorrent.Exchange.Session.Metadata 13import Network.BitTorrent.Exchange.Session.Metadata
14 14