Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erosb committed Dec 1, 2024
1 parent 9e5097b commit cd1f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/github/erosb/jsonsKema/DynamicPath.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class DynamicPath {
return rval
}

fun asPointer(): JsonPointer = JsonPointer(path)
fun asPointer(): JsonPointer = JsonPointer(path.toList())


}

0 comments on commit cd1f033

Please sign in to comment.