Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Happypig375 committed Aug 13, 2023
1 parent 009618c commit 0dac757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FsAutoComplete.Tests.Lsp/EmptyFileTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let tests state =
let! compilerResults = waitForCompilerDiagnosticsForFile "EmptyFile.fsx" events |> Async.StartChild

match! compilerResults with
| Ok () -> failtest "should get an F# compiler checking error from an 'c' by itself"
| Ok () -> failtest "should get an F# compiler checking error from a 'c' by itself"
| Core.Result.Error errors ->
Expect.hasLength errors 1 "should have only an error FS0039: identifier not defined"
Expect.exists errors (fun error -> error.Code = Some "39") "should have an error FS0039: identifier not defined"
Expand Down

0 comments on commit 0dac757

Please sign in to comment.