We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a058943 commit 03239eeCopy full SHA for 03239ee
test/functional/Progress.hs
@@ -31,7 +31,7 @@ tests = testGroup "window/workDoneProgress" [
31
[evalLens] <- getCodeLenses doc
32
let cmd = evalLens ^?! L.command . _Just
33
_ <- sendRequest WorkspaceExecuteCommand $ ExecuteCommandParams (cmd ^. L.command) (decode $ encode $ fromJust $ cmd ^. L.arguments) Nothing
34
- expectProgressReports ["Eval"]
+ expectProgressReports ["Evaluating"]
35
, testCase "ormolu plugin sends progress notifications" $ do
36
runSession hlsCommand progressCaps "test/testdata" $ do
37
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (formatLspConfig "ormolu"))
0 commit comments