diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-09 05:40:13 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-01-09 05:40:13 +0400 |
commit | 3cc3e07e6db83b4b213d84c79dcb4b3aa1331b6c (patch) | |
tree | 67fcbb0635470fb68186b72b2d9b3c845b5d0e3b /tests/Data/Torrent/MetainfoSpec.hs | |
parent | 735cddf5d2be9f5423d8e5dba18902d8276896aa (diff) |
Rename Node.hs to NodeInfo.hs
Diffstat (limited to 'tests/Data/Torrent/MetainfoSpec.hs')
-rw-r--r-- | tests/Data/Torrent/MetainfoSpec.hs | 2 |
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 | |||
17 | import Data.Torrent.Layout | 17 | import Data.Torrent.Layout |
18 | import Data.Torrent | 18 | import Data.Torrent |
19 | import Data.Torrent.LayoutSpec () | 19 | import Data.Torrent.LayoutSpec () |
20 | import Network.BitTorrent.Core.NodeSpec () | 20 | import Network.BitTorrent.Core.NodeInfoSpec () |
21 | 21 | ||
22 | {----------------------------------------------------------------------- | 22 | {----------------------------------------------------------------------- |
23 | -- Common | 23 | -- Common |