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 6a0bef7 commit 1a8aa58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ trait UpperBoundedTests[A] extends PartialOrderTests[A] {
"bound is greater than or equals" -> forAll(laws.boundGteqv _)
)

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

0 comments on commit 1a8aa58

Please sign in to comment.