We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940c535 commit a5746ffCopy full SHA for a5746ff
hls-test-utils/src/Test/Hls/Util.hs
@@ -342,7 +342,7 @@ dontExpectCodeAction cars s =
342
noMatch cars predicate err
343
where predicate (InR ca) = all (`T.isInfixOf` (ca ^. L.title)) s
344
predicate _ = False
345
- err = "expected code action matching '" ++ show s ++ "' but did not find one"
+ err = "didn't expected code action matching '" ++ show s ++ "' but found one anyway"
346
347
348
inspectCommand :: [Command |? CodeAction] -> [T.Text] -> IO Command
0 commit comments