We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ecd76d commit ef84255Copy full SHA for ef84255
test/functional/Diagnostic.hs
@@ -23,7 +23,7 @@ basicTests = testGroup "Diagnostics work" [
23
diags <- waitForDiagnosticsFromSource doc "example2"
24
reduceDiag <- liftIO $ inspectDiagnostic diags ["example2 diagnostic, hello world"]
25
liftIO $ do
26
- length diags @?= 2
+ length diags @?= 1
27
reduceDiag ^. LSP.range @?= Range (Position 0 0) (Position 1 0)
28
reduceDiag ^. LSP.severity @?= Just DsError
29
]
0 commit comments