We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f71039 commit ae86c2aCopy full SHA for ae86c2a
tests/service/ProjectAnalysisTests.fs
@@ -196,6 +196,7 @@ let ``Test project1 whole project errors`` () =
196
let wholeProjectResults = checker.ParseAndCheckProject(Project1.options) |> Async.RunSynchronously
197
wholeProjectResults .Errors.Length |> shouldEqual 2
198
wholeProjectResults.Errors.[1].Message.Contains("Incomplete pattern matches on this expression") |> shouldEqual true // yes it does
199
+ wholeProjectResults.Errors.[1].ErrorNumber |> shouldEqual 25
200
201
wholeProjectResults.Errors.[0].StartLineAlternate |> shouldEqual 10
202
wholeProjectResults.Errors.[0].EndLineAlternate |> shouldEqual 10
0 commit comments