circe / circe

Yet another JSON library for Scala

Home Page:https://circe.github.io/circe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Eq[JsonObject]` property flake

armanbilge opened this issue · comments

e05f163

==> X io.circe.JsonObjectSuite.Eq[JsonObject] should be consistent with comparing fields  0.024s munit.FailException: /home/runner/work/circe/circe/modules/tests/shared/src/test/scala/io/circe/JsonObjectSuite.scala:389
388:
389:  property("Eq[JsonObject] should be consistent with comparing fields") {
390:    forAll { (fields1: List[(String, Json)], fields2: List[(String, Json)]) =>

Failing seed: Fj7mE4itr5tqayVdRdJVWufzMdUsYniko0qkbNjHX4M=
You can reproduce this failure by adding the following override to your suite:

  override val scalaCheckInitialSeed = "Fj7mE4itr5tqayVdRdJVWufzMdUsYniko0qkbNjHX4M="

Falsified after 2 passed tests.
> Labels of failing property: 
Expected false but got true
> ARG_0: List("(,false)")
> ARG_1: List("(,[
])", "(,false)")