Skip to content

Commit

Permalink
Try to escape ref in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 24, 2023
1 parent 120c0ea commit 7f1111c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7f1111c

Please sign in to comment.