diff --git a/src/test/kotlin/fr/postgresjson/definition/FunctionTest.kt b/src/test/kotlin/fr/postgresjson/definition/FunctionTest.kt index 8f5810f..d23438d 100644 --- a/src/test/kotlin/fr/postgresjson/definition/FunctionTest.kt +++ b/src/test/kotlin/fr/postgresjson/definition/FunctionTest.kt @@ -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 """