This commit is contained in:
2023-06-02 20:28:34 +02:00
parent 88d79b9609
commit 67fae02cb3

View File

@@ -135,7 +135,7 @@ class FunctionTest : FreeSpec({
}
}
"parameters with `character varying(255)`" - {
"Parameters with type `character varying(255)`" - {
val param = parseFunction(
// language=PostgreSQL
"""
@@ -162,7 +162,7 @@ class FunctionTest : FreeSpec({
}
}
"parameters with `numeric(16, 8)`" - {
"Parameters with type `numeric(16, 8)`" - {
val param = parseFunction(
// language=PostgreSQL
"""
@@ -192,7 +192,7 @@ class FunctionTest : FreeSpec({
}
}
"parameters with default text" - {
"Parameters with default text" - {
val param = parseFunction(
// language=PostgreSQL
"""