Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Nov 22, 2023
1 parent e5b63ca commit ed54129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalasql/test/src/datatypes/OptionalTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object OptCols extends Table[OptCols] {

trait OptionalTests extends ScalaSqlSuite {
def description =
"Queries using columns that may be `NULL`, `Expr[Option[T]]` or `Option[T] in Scala"
"Queries using columns that may be `NULL`, `Expr[Option[T]]` or `Option[T]` in Scala"
override def utestBeforeEach(path: Seq[String]): Unit = checker.reset()
def tests = Tests {

Expand Down

0 comments on commit ed54129

Please sign in to comment.