summaryrefslogtreecommitdiff
path: root/tests/Data/Torrent/MetainfoSpec.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-01-09 05:40:13 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-01-09 05:40:13 +0400
commit3cc3e07e6db83b4b213d84c79dcb4b3aa1331b6c (patch)
tree67fcbb0635470fb68186b72b2d9b3c845b5d0e3b /tests/Data/Torrent/MetainfoSpec.hs
parent735cddf5d2be9f5423d8e5dba18902d8276896aa (diff)
Rename Node.hs to NodeInfo.hs
Diffstat (limited to 'tests/Data/Torrent/MetainfoSpec.hs')
-rw-r--r--tests/Data/Torrent/MetainfoSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Data/Torrent/MetainfoSpec.hs b/tests/Data/Torrent/MetainfoSpec.hs
index 3d1a9213..369c5e0f 100644
--- a/tests/Data/Torrent/MetainfoSpec.hs
+++ b/tests/Data/Torrent/MetainfoSpec.hs
@@ -17,7 +17,7 @@ import Data.Torrent.Piece
17import Data.Torrent.Layout 17import Data.Torrent.Layout
18import Data.Torrent 18import Data.Torrent
19import Data.Torrent.LayoutSpec () 19import Data.Torrent.LayoutSpec ()
20import Network.BitTorrent.Core.NodeSpec () 20import Network.BitTorrent.Core.NodeInfoSpec ()
21 21
22{----------------------------------------------------------------------- 22{-----------------------------------------------------------------------
23-- Common 23-- Common