summaryrefslogtreecommitdiff
path: root/tests/Network/BitTorrent/DHT/SessionSpec.hs
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/DHT/SessionSpec.hs
parent264a23390751a8c31e3f20f24c9019a19ef4adf0 (diff)
[Spec] Follow module layout changes in Torrent
Diffstat (limited to 'tests/Network/BitTorrent/DHT/SessionSpec.hs')
-rw-r--r--tests/Network/BitTorrent/DHT/SessionSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/DHT/SessionSpec.hs b/tests/Network/BitTorrent/DHT/SessionSpec.hs
index bb32cf0e..1fe1d08a 100644
--- a/tests/Network/BitTorrent/DHT/SessionSpec.hs
+++ b/tests/Network/BitTorrent/DHT/SessionSpec.hs
@@ -15,7 +15,7 @@ import Network.BitTorrent.DHT
15import Network.BitTorrent.DHT.Message 15import Network.BitTorrent.DHT.Message
16import Network.BitTorrent.DHT.Session 16import Network.BitTorrent.DHT.Session
17 17
18import Data.Torrent.InfoHashSpec () 18import Data.TorrentSpec ()
19import Network.BitTorrent.CoreSpec () 19import Network.BitTorrent.CoreSpec ()
20import Network.BitTorrent.DHT.TokenSpec () 20import Network.BitTorrent.DHT.TokenSpec ()
21 21