summaryrefslogtreecommitdiff
path: root/tests/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-03-18 03:32:42 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-03-18 03:32:42 +0400
commit30a1c20cf431c2ce1b36d9432a78c913a429cefe (patch)
tree44f860588bb6eb31871f8e37b892b58635e6f63d /tests/Network
parent70a172a43d5b34853289bbf57c3e5a168431a954 (diff)
Move Cache module to Internal subsystem
Diffstat (limited to 'tests/Network')
-rw-r--r--tests/Network/BitTorrent/Internal/CacheSpec.hs (renamed from tests/Network/BitTorrent/Tracker/CacheSpec.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Network/BitTorrent/Tracker/CacheSpec.hs b/tests/Network/BitTorrent/Internal/CacheSpec.hs
index db015957..337e7add 100644
--- a/tests/Network/BitTorrent/Tracker/CacheSpec.hs
+++ b/tests/Network/BitTorrent/Internal/CacheSpec.hs
@@ -1,4 +1,4 @@
1module Network.BitTorrent.Tracker.CacheSpec (spec) where 1module Network.BitTorrent.Internal.CacheSpec (spec) where
2import Test.Hspec 2import Test.Hspec
3 3
4spec :: Spec 4spec :: Spec