summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/Exchange
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-04 23:06:41 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-04 23:06:41 +0400
commit7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (patch)
tree195e86be7089a7f520b8356a5703274a14e3bd83 /tests/Network/BitTorrent/Exchange
parent264a23390751a8c31e3f20f24c9019a19ef4adf0 (diff)
[Spec] Follow module layout changes in Torrent
Diffstat (limited to 'tests/Network/BitTorrent/Exchange')
-rw-r--r--tests/Network/BitTorrent/Exchange/MessageSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Exchange/MessageSpec.hs b/tests/Network/BitTorrent/Exchange/MessageSpec.hs
index 63d814ff..1395ba11 100644
--- a/tests/Network/BitTorrent/Exchange/MessageSpec.hs
+++ b/tests/Network/BitTorrent/Exchange/MessageSpec.hs
@@ -10,8 +10,8 @@ import Data.String
10import Test.Hspec 10import Test.Hspec
11import Test.QuickCheck 11import Test.QuickCheck
12 12
13import Data.TorrentSpec ()
13import Data.Torrent.BitfieldSpec () 14import Data.Torrent.BitfieldSpec ()
14import Data.Torrent.InfoHashSpec ()
15import Network.BitTorrent.CoreSpec () 15import Network.BitTorrent.CoreSpec ()
16import Network.BitTorrent.Core () 16import Network.BitTorrent.Core ()
17import Network.BitTorrent.Exchange.BlockSpec () 17import Network.BitTorrent.Exchange.BlockSpec ()