Skip to content

Commit 2ecd76d

Browse files
author
kokobd
committed
fix func-tests
1 parent 51d13f2 commit 2ecd76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Diagnostic.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ basicTests = testGroup "Diagnostics work" [
2323
diags <- waitForDiagnosticsFromSource doc "example2"
2424
reduceDiag <- liftIO $ inspectDiagnostic diags ["example2 diagnostic, hello world"]
2525
liftIO $ do
26-
length diags @?= 1
26+
length diags @?= 2
2727
reduceDiag ^. LSP.range @?= Range (Position 0 0) (Position 1 0)
2828
reduceDiag ^. LSP.severity @?= Just DsError
2929
]

0 commit comments

Comments
 (0)