diff options
Diffstat (limited to 'tests/Tests.hs')
-rw-r--r-- | tests/Tests.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests.hs b/tests/Tests.hs index 5e449f2..6602426 100644 --- a/tests/Tests.hs +++ b/tests/Tests.hs @@ -45,7 +45,7 @@ tests = [ testGroup "Util group" ] , testGroup "File group" - , testCase "toRoot 1" test_to_root1 + [ testCase "toRoot 1" test_to_root1 , testCase "toRoot 2" test_to_root2 , testCase "toRoot 3" test_to_root3 , testCase "removeSpaces 1" test_remove_spaces1 |