-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
==> X cats.tests.ChainSuite.Chain#hashCode is consistent with List#hashCode 0.026s munit.FailException: tests/shared/src/test/scala/cats/tests/ChainSuite.scala:413 assertion failed
412: forAll { (x: Chain[Int]) =>
413: assert(x.hashCode === (x.toList.hashCode))
414: }
Failing seed: h-VzfxGoWRYOWssSCMMg3QRR7tMwMmDVoJU5Y-Fdj-D=
You can reproduce this failure by adding the following override to your suite:
override def scalaCheckInitialSeed = "h-VzfxGoWRYOWssSCMMg3QRR7tMwMmDVoJU5Y-Fdj-D="
Falsified after 18 passed tests.
> ARG_0: Chain(-1, -1, -1, -1)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels