We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d13f2 commit 2ecd76dCopy full SHA for 2ecd76d
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 @?= 1
+ length diags @?= 2
27
reduceDiag ^. LSP.range @?= Range (Position 0 0) (Position 1 0)
28
reduceDiag ^. LSP.severity @?= Just DsError
29
]
0 commit comments