Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
deusaquilus committed Dec 5, 2024
1 parent 86fbfc6 commit 6824792
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package io.getquill.context.jdbc.postgres

import io.getquill.base.Spec
import io.getquill.context.TranslateOptions

class PrettyPrintingSpec extends Spec {

Expand All @@ -11,7 +12,7 @@ class PrettyPrintingSpec extends Spec {

"pretty prints query when enabled" in {
val q = quote(query[Person])
translate(q, true) mustEqual
translate(q, TranslateOptions(prettyPrint = true)) mustEqual
"""SELECT
| x.name,
| x.age
Expand Down

0 comments on commit 6824792

Please sign in to comment.