Skip to content

Commit 03239ee

Browse files
"Eval" |-> "Evaluating".
1 parent a058943 commit 03239ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Progress.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests = testGroup "window/workDoneProgress" [
3131
[evalLens] <- getCodeLenses doc
3232
let cmd = evalLens ^?! L.command . _Just
3333
_ <- sendRequest WorkspaceExecuteCommand $ ExecuteCommandParams (cmd ^. L.command) (decode $ encode $ fromJust $ cmd ^. L.arguments) Nothing
34-
expectProgressReports ["Eval"]
34+
expectProgressReports ["Evaluating"]
3535
, testCase "ormolu plugin sends progress notifications" $ do
3636
runSession hlsCommand progressCaps "test/testdata" $ do
3737
sendNotification WorkspaceDidChangeConfiguration (DidChangeConfigurationParams (formatLspConfig "ormolu"))

0 commit comments

Comments
 (0)