@@ -73,10 +73,10 @@ codeActionTests =
7373 , codeActionTestWithPragmasSuggest " adds TypeApplications pragma" " TypeApplications" [(" Add \" TypeApplications\" " , " Contains TypeApplications code action" )]
7474 , codeActionTestWithPragmasSuggest " after shebang" " AfterShebang" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
7575 , codeActionTestWithPragmasSuggest " append to existing pragmas" " AppendToExisting" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
76- , codeActionTestWithPragmasSuggest " before doc comments" " BeforeDocComment" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
76+ , codeActionTestWithPragmasSuggest " before doc comments NamedFieldPuns " " BeforeDocComment" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
7777 , codeActionTestWithPragmasSuggest " adds TypeSynonymInstances pragma" " NeedsPragmas" [(" Add \" TypeSynonymInstances\" " , " Contains TypeSynonymInstances code action" ), (" Add \" FlexibleInstances\" " , " Contains FlexibleInstances code action" )]
78- , codeActionTestWithDisableWarning " before doc comments" " MissingSignatures" [(" Disable \" missing-signatures\" warnings" , " Contains missing-signatures code action" )]
79- , codeActionTestWithDisableWarning " before doc comments" " UnusedImports" [(" Disable \" unused-imports\" warnings" , " Contains unused-imports code action" )]
78+ , codeActionTestWithDisableWarning " before doc comments missing-signatures " " MissingSignatures" [(" Disable \" missing-signatures\" warnings" , " Contains missing-signatures code action" )]
79+ , codeActionTestWithDisableWarning " before doc comments unused-imports " " UnusedImports" [(" Disable \" unused-imports\" warnings" , " Contains unused-imports code action" )]
8080 ]
8181
8282codeActionTestWithPragmasSuggest :: String -> FilePath -> [(T. Text , String )] -> TestTree
0 commit comments