Skip to content

Chain#hashCode is consistent with List#hashCode failure #4716

@armanbilge

Description

@armanbilge

4720e63

  ==> 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions