Skip to content

Commit

Permalink
Add newline before piping into Property.reportWith
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonMN committed Nov 16, 2021
1 parent 2b9fee6 commit 60d03c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Hedgehog.Tests/ShrinkTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ let shrinkTests = testList "Shrink tests" [
property {
let! actual = Range.linear 1 1_000_000 |> Gen.int32
return actual < 500_000
} |> Property.reportWith propConfig
}
|> Property.reportWith propConfig
match report.Status with
| Failed failureData ->
failureData.Shrinks =! shrinkLimit
Expand Down

0 comments on commit 60d03c6

Please sign in to comment.