Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eq[JsonObject] property flake #2074

Open
armanbilge opened this issue Jan 12, 2023 · 0 comments
Open

Eq[JsonObject] property flake #2074

armanbilge opened this issue Jan 12, 2023 · 0 comments

Comments

@armanbilge
Copy link
Contributor

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)")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant