We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332a9d1 commit 83ddf55Copy full SHA for 83ddf55
json-schema-validator/src/test/kotlin/io/openapiprocessor/jsonschema/schema/JsonPointerSpec.kt
@@ -36,7 +36,7 @@ class JsonPointerSpec : StringSpec({
36
37
val converter = JacksonConverter()
38
val document = asMap(converter.convert(source))
39
- val bucket = createBucket(empty(), document)!!
+ val bucket = createBucket(empty(), document)
40
41
listOf(
42
Pointer("", document!!),
@@ -76,7 +76,7 @@ class JsonPointerSpec : StringSpec({
76
77
78
79
80
81
82
Pointer("#", document!!),
0 commit comments