Skip to content

Commit

Permalink
fix deprecation message in BoundedTests.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Ross A. Baker <[email protected]>
  • Loading branch information
satorg and rossabaker authored Jun 12, 2024
1 parent 2b3ef6d commit 6a0bef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ trait LowerBoundedTests[A] extends PartialOrderTests[A] {
"bound is less than or equals" -> forAll(laws.boundLteqv _)
)

@deprecated("use `lowerBounded` without `Eq` paramerters", "2.12.1")
@deprecated("use `lowerBounded` without `Eq` parameters", "2.12.1")
def lowerBounded(arbA: Arbitrary[A], arbF: Arbitrary[A => A], eqOA: Eq[Option[A]], eqA: Eq[A]): RuleSet =
lowerBounded(arbA, arbF)
}
Expand Down

0 comments on commit 6a0bef7

Please sign in to comment.