summaryrefslogtreecommitdiff
path: root/tests/Data/TorrentSpec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Data/TorrentSpec.hs')
-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)