We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd02f49 commit edfda6fCopy full SHA for edfda6f
circe/src/test/scala/mongo4cats/circe.scala
@@ -32,7 +32,7 @@ class CirceSpec extends AnyWordSpec with Matchers with EitherValues {
32
}).apply(null) shouldBe Right(())
33
}
34
35
- "remove not report the internal root tag in history when reporting errors" in {
+ "not report the internal root tag in history when reporting errors" in {
36
37
val deco = Decoder.instance(h => {
38
h.get[String]("hek")(Decoder.failedWithMessage("Bad!"))
0 commit comments