summaryrefslogtreecommitdiff
path: root/tests/Data
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-08 02:36:18 +0400
commit75711985512c8578e913a1b464816968b4aef5dd (patch)
tree5ab77d69af0e9bc315b58f1df6ba100e318adfce /tests/Data
parent7e597cd924d2149b10f900c7dc14ce6e1e321cb5 (diff)
Merge PeerAddr and NodeAddr modules
Diffstat (limited to 'tests/Data')
-rw-r--r--tests/Data/TorrentSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Data/TorrentSpec.hs b/tests/Data/TorrentSpec.hs
index 7186429e..b4a280e4 100644
--- a/tests/Data/TorrentSpec.hs
+++ b/tests/Data/TorrentSpec.hs
@@ -19,7 +19,7 @@ import Test.QuickCheck
19import Test.QuickCheck.Instances () 19import Test.QuickCheck.Instances ()
20 20
21import Data.Torrent 21import Data.Torrent
22import Network.BitTorrent.Core.NodeInfoSpec () 22import Network.BitTorrent.CoreSpec ()
23 23
24 24
25pico :: Gen (Maybe NominalDiffTime) 25pico :: Gen (Maybe NominalDiffTime)