Skip to content

Commit a5746ff

Browse files
committed
Fix error message
1 parent 940c535 commit a5746ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls-test-utils/src/Test/Hls/Util.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ dontExpectCodeAction cars s =
342342
noMatch cars predicate err
343343
where predicate (InR ca) = all (`T.isInfixOf` (ca ^. L.title)) s
344344
predicate _ = False
345-
err = "expected code action matching '" ++ show s ++ "' but did not find one"
345+
err = "didn't expected code action matching '" ++ show s ++ "' but found one anyway"
346346

347347

348348
inspectCommand :: [Command |? CodeAction] -> [T.Text] -> IO Command

0 commit comments

Comments
 (0)