Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 29d369f

Browse files
committed
Update test description
1 parent 82d20f0 commit 29d369f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/FunctionalCodeActionsSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ spec = describe "code actions" $ do
122122

123123
contents <- getDocumentEdit doc
124124
liftIO $ contents `shouldBe` "import Control.Monad\nmain :: IO ()\nmain = when True $ putStrLn \"hello\""
125-
it "formats with brittany if needed" $ runSession hieCommand fullCaps "test/testdata" $ do
125+
it "formats with brittany" $ runSession hieCommand fullCaps "test/testdata" $ do
126126
doc <- openDoc "CodeActionImportBrittany.hs" "haskell"
127127
_ <- waitForDiagnosticsSource "ghcmod"
128128

0 commit comments

Comments
 (0)