aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.hs')
-rw-r--r--tests/Test.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test.hs b/tests/Test.hs
index c234b90..08a4799 100644
--- a/tests/Test.hs
+++ b/tests/Test.hs
@@ -2,10 +2,10 @@ module Main where
import Property
import Test.Tasty
+import Test.VeriFuzz
import Unit
tests :: TestTree
tests = testGroup "Tests" [unitTests, propertyTests]
main = defaultMain tests
-