Skip to content

Commit 506110c

Browse files
author
Viktor Tochonov
committed
Remove unmatching rule
1 parent 6fe1ed1 commit 506110c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/FSharp.Data.GraphQL.Tests/LinqTests.fs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ let ``ObjectListFilter works with getDiscriminatorValue for Horse``() =
565565
| h ->
566566
h.ID |> equals 2
567567
h.Name |> equals "Horse B"
568-
| _ -> failwith "Expected Horse"
569568
let result2 = List.last filteredData
570569
match result2 with
571570
| h ->

0 commit comments

Comments
 (0)