Skip to content

Commit 5c0e958

Browse files
Reverting formating to original form.
1 parent 53a8036 commit 5c0e958

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

modules/h2-circe/src/test/scala/doobie/h2/circe/H2JsonSuite.scala

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,7 @@ class H2JsonSuite extends CatsEffectSuite {
5252

5353
test("json should check ok for write") {
5454
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)
55+
sql"SELECT ${Json.obj()} FORMAT JSON".query[Json].analysis.transact(xa).map(_.parameterTypeErrors).assertEquals(Nil)
6156
}
6257

6358
// Encoder / Decoders

0 commit comments

Comments
 (0)