Skip to content

Commit

Permalink
zio#656 format file
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahotoole committed May 26, 2022
1 parent a053d70 commit 1a9c16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql/src/test/scala/zio/sql/mysql/FunctionDefSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ object FunctionDefSpec extends MysqlRunnableSpec with ShopSchema {
assertion.mapErrorCause(cause => Cause.stackless(cause.untraced))
},
test("maketime") {
val query = select(MakeTime(12, 15, 30.5) ) from customers
val query = select(MakeTime(12, 15, 30.5)) from customers

val expected = LocalTime.parse("12:15:30.5")

Expand Down

0 comments on commit 1a9c16f

Please sign in to comment.