Skip to content

Commit edfda6f

Browse files
Update circe/src/test/scala/mongo4cats/circe.scala
Co-authored-by: Juan Pablo Santos <[email protected]>
1 parent cd02f49 commit edfda6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circe/src/test/scala/mongo4cats/circe.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CirceSpec extends AnyWordSpec with Matchers with EitherValues {
3232
}).apply(null) shouldBe Right(())
3333
}
3434

35-
"remove not report the internal root tag in history when reporting errors" in {
35+
"not report the internal root tag in history when reporting errors" in {
3636

3737
val deco = Decoder.instance(h => {
3838
h.get[String]("hek")(Decoder.failedWithMessage("Bad!"))

0 commit comments

Comments
 (0)