From 7f1111c919988fdccfb514d572942b55965282b8 Mon Sep 17 00:00:00 2001 From: Oleg Smirnov Date: Mon, 24 Jul 2023 11:38:48 +0400 Subject: [PATCH] Try to escape ref in test name --- .../io/github/optimumcode/json/schema/base/JsonSchemaTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commonTest/kotlin/io/github/optimumcode/json/schema/base/JsonSchemaTest.kt b/src/commonTest/kotlin/io/github/optimumcode/json/schema/base/JsonSchemaTest.kt index a963af86..bc78431b 100644 --- a/src/commonTest/kotlin/io/github/optimumcode/json/schema/base/JsonSchemaTest.kt +++ b/src/commonTest/kotlin/io/github/optimumcode/json/schema/base/JsonSchemaTest.kt @@ -191,7 +191,7 @@ class JsonSchemaTest : FunSpec() { sequenceOf(it) } }.forEach { ref -> - test("$refDestination can be accessed") { + test("$refDestination can be accessed by ref '$ref'") { withClue(ref) { shouldNotThrowAny { JsonSchema.fromDefinition(