You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bartoszm I have merged some new changes for the walking and it looks like the test case for #451 is broken. Could you please take a look? Thanks.
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.015 s <<< FAILURE! - in com.networknt.schema.Issue451Test
[ERROR] shouldWalkAnyOfPropertiesWithWithPayloadAndValidation Time elapsed: 0.012 s <<< ERROR!
java.lang.NullPointerException
at com.networknt.schema.Issue451Test.walk(Issue451Test.java:72)
at com.networknt.schema.Issue451Test.shouldWalkAnyOfPropertiesWithWithPayloadAndValidation(Issue451Test.java:53)
com.networknt.schema.AnyOfValidator is not implementing walk method. It could look like com.networknt.schema.AllOfValidator#walk I suppose
The text was updated successfully, but these errors were encountered: