summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-06-06 10:01:12 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-06-06 10:01:12 +0200
commit2031ccee2da40a069f52e7c8398150e8d807f8a4 (patch)
tree6b085abae43e810bb237526ee2f8cf56ac89a93d
parent6d815f4b4d3aeec8ad5b352eb9a29c124a47846c (diff)
downloadstylish-haskell-2031ccee2da40a069f52e7c8398150e8d807f8a4.tar.gz
Oops
-rw-r--r--tests/StylishHaskell/Step/Imports/Tests.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/StylishHaskell/Step/Imports/Tests.hs b/tests/StylishHaskell/Step/Imports/Tests.hs
index 45a821d..eca51b3 100644
--- a/tests/StylishHaskell/Step/Imports/Tests.hs
+++ b/tests/StylishHaskell/Step/Imports/Tests.hs
@@ -58,7 +58,7 @@ case01 = testCase "case 01" $ expected @=? testStep (step Global) input
--------------------------------------------------------------------------------
case02 :: Test
-case02 = testCase "case 02" $ expected @=? testStep (step Groups) input
+case02 = testCase "case 02" $ expected @=? testStep (step Group) input
where
expected = unlines
[ "module Herp where"