aboutsummaryrefslogtreecommitdiffstats
path: root/test/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Test.hs')
-rw-r--r--test/Test.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Test.hs b/test/Test.hs
index f2609ba..22cdb29 100644
--- a/test/Test.hs
+++ b/test/Test.hs
@@ -1,8 +1,8 @@
module Main where
-import Property
-import Test.Tasty
-import Unit
+import Property
+import Test.Tasty
+import Unit
tests :: TestTree
tests = testGroup "Tests" [unitTests, propertyTests]