diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 23:06:41 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-04-04 23:06:41 +0400 |
commit | 7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (patch) | |
tree | 195e86be7089a7f520b8356a5703274a14e3bd83 /tests/Network/BitTorrent/DHT/SessionSpec.hs | |
parent | 264a23390751a8c31e3f20f24c9019a19ef4adf0 (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.hs | 2 |
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 | |||
15 | import Network.BitTorrent.DHT.Message | 15 | import Network.BitTorrent.DHT.Message |
16 | import Network.BitTorrent.DHT.Session | 16 | import Network.BitTorrent.DHT.Session |
17 | 17 | ||
18 | import Data.Torrent.InfoHashSpec () | 18 | import Data.TorrentSpec () |
19 | import Network.BitTorrent.CoreSpec () | 19 | import Network.BitTorrent.CoreSpec () |
20 | import Network.BitTorrent.DHT.TokenSpec () | 20 | import Network.BitTorrent.DHT.TokenSpec () |
21 | 21 | ||