You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, as per the output in this issue, I've been overriding the scalaCheckInitialSeed, but when running the test I got:
==> X org.http4s.PathSuite.initializationError 0.002s java.lang.NullPointerException: Cannot invoke "String.length()" because "s$1" is null
at org.scalacheck.rng.Seed$.$anonfun$fromBase64$1(Seed.scala:188)
at scala.util.Try$.apply(Try.scala:210)
at org.scalacheck.rng.Seed$.fromBase64(Seed.scala:187)
at munit.ScalaCheckEffectSuite.$anonfun$initialSeed$1(ScalaCheckEffectSuite.scala:42)
at scala.Option.getOrElse(Option.scala:201)
at munit.ScalaCheckEffectSuite.$init$(ScalaCheckEffectSuite.scala:42)
However, override **def** scalaCheckInitialSeed = worked just fine.
The text was updated successfully, but these errors were encountered:
Hi, as per the output in this issue, I've been overriding the scalaCheckInitialSeed, but when running the test I got:
However,
override **def** scalaCheckInitialSeed =
worked just fine.The text was updated successfully, but these errors were encountered: