summaryrefslogtreecommitdiffhomepage
path: root/tests/StylishHaskell/Step/Imports/Tests.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/StylishHaskell/Step/Imports/Tests.hs')
-rw-r--r--tests/StylishHaskell/Step/Imports/Tests.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/StylishHaskell/Step/Imports/Tests.hs b/tests/StylishHaskell/Step/Imports/Tests.hs
index 6da0af3..6b820f0 100644
--- a/tests/StylishHaskell/Step/Imports/Tests.hs
+++ b/tests/StylishHaskell/Step/Imports/Tests.hs
@@ -105,6 +105,6 @@ case04 = expected @=? testStep (step 80 Global) input'
expected = unlines
[ "import Data.Aeson.Types (FromJSON(..), ToJSON(..), Value(..), object,"
- , " parseEither, typeMismatch, (.!=), (.:), (.:?),"
- , " (.=))"
+ , " parseEither, typeMismatch, (.!=), (.:),"
+ , " (.:?), (.=))"
]