We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a8036 commit 5c0e958Copy full SHA for 5c0e958
modules/h2-circe/src/test/scala/doobie/h2/circe/H2JsonSuite.scala
@@ -52,12 +52,7 @@ class H2JsonSuite extends CatsEffectSuite {
52
53
test("json should check ok for write") {
54
import doobie.h2.circe.json.implicits.*
55
- sql"SELECT ${Json.obj()} FORMAT JSON"
56
- .query[Json]
57
- .analysis
58
- .transact(xa)
59
- .map(_.parameterTypeErrors)
60
- .assertEquals(Nil)
+ sql"SELECT ${Json.obj()} FORMAT JSON".query[Json].analysis.transact(xa).map(_.parameterTypeErrors).assertEquals(Nil)
61
}
62
63
// Encoder / Decoders
0 commit comments