Skip to content

Commit ae86c2a

Browse files
committed
Update ProjectAnalysisTests.fs
1 parent 3f71039 commit ae86c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/service/ProjectAnalysisTests.fs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ let ``Test project1 whole project errors`` () =
196196
let wholeProjectResults = checker.ParseAndCheckProject(Project1.options) |> Async.RunSynchronously
197197
wholeProjectResults .Errors.Length |> shouldEqual 2
198198
wholeProjectResults.Errors.[1].Message.Contains("Incomplete pattern matches on this expression") |> shouldEqual true // yes it does
199+
wholeProjectResults.Errors.[1].ErrorNumber |> shouldEqual 25
199200

200201
wholeProjectResults.Errors.[0].StartLineAlternate |> shouldEqual 10
201202
wholeProjectResults.Errors.[0].EndLineAlternate |> shouldEqual 10

0 commit comments

Comments
 (0)