From 67fae02cb33f7f4e5c5fcd962af412f5ed814553 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Fri, 2 Jun 2023 20:28:34 +0200 Subject: [PATCH] typo fix --- src/test/kotlin/fr/postgresjson/definition/FunctionTest.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 """