Skip to content

Commit

Permalink
Post merge fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtschelfthout committed Jul 2, 2023
1 parent cabff9c commit deff613
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/FsCheck.Test/Arbitrary.fs
Original file line number Diff line number Diff line change
Expand Up @@ -821,5 +821,3 @@ module Arbitrary =
let ``should execute generic-task-valued property`` (value: int) =
// Since this doesn't throw, the test should pass and ignore the integer value
System.Threading.Tasks.Task.FromResult value
test <@ (ImmutableDictionary.CreateRange(values) |> shrink |> Seq.forall checkShrink) @>
test <@ (ImmutableSortedDictionary.CreateRange(values) |> shrink |> Seq.forall checkShrink) @>

0 comments on commit deff613

Please sign in to comment.