aboutsummaryrefslogtreecommitdiffstats
path: root/test/Test.hs
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-10 15:49:59 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-10 15:49:59 +0000
commit853ea59d4c2fea5f7b67ae3ac61920e1d089a958 (patch)
treed6000af08cecd671ee36eac237d1c007eecc8f09 /test/Test.hs
parentdac34f6ff5c46f11fe6c548b92a02ebf4f10d7e9 (diff)
downloadverismith-853ea59d4c2fea5f7b67ae3ac61920e1d089a958.tar.gz
verismith-853ea59d4c2fea5f7b67ae3ac61920e1d089a958.zip
Rename remaining modules
Diffstat (limited to 'test/Test.hs')
-rw-r--r--test/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Test.hs b/test/Test.hs
index 08a4799..389fdff 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -2,8 +2,8 @@ module Main where
import Property
import Test.Tasty
-import Test.VeriFuzz
import Unit
+import VeriFuzz
tests :: TestTree
tests = testGroup "Tests" [unitTests, propertyTests]