We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37da7ab commit 501b8f9Copy full SHA for 501b8f9
test/functional/FunctionalCodeAction.hs
@@ -132,10 +132,6 @@ hlintTests = testGroup "hlint suggestions" [
132
runHlintSession subdir =
133
failIfSessionTimeout . runSession hlsCommand fullCaps ("test/testdata/hlint" </> subdir)
134
135
- noHlintDiagnostics :: [Diagnostic] -> Assertion
136
- noHlintDiagnostics diags =
137
- Just "hlint" `notElem` map (^. L.source) diags @? "There are no hlint diagnostics"
138
-
139
testHlintDiagnostics doc = do
140
diags <- waitForDiagnosticsFromSource doc "hlint"
141
liftIO $ length diags > 0 @? "There are hlint diagnostics"
0 commit comments