brandur / json_schema

A JSON Schema V4 and Hyperschema V4 parser and validator.
MIT License
230 stars 45 forks source link

fix minitest warnings by using assert_nil #95

Closed breunigs closed 6 years ago

breunigs commented 6 years ago

fixes deprecation warnings like these:

DEPRECATED: Use assert_nil if expecting nil from /home/stefan/github/json_schema/test/json_schema_test.rb:10. This will fail in Minitest 6

This was part of another patch I'll post soon, but this is more likely a no brainer to be merged.

brandur commented 6 years ago

Yep, that's an easy one. Thanks for doing this!