Skip to content

Commit

Permalink
s/overriden/overridden/
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Oct 13, 2023
1 parent 4d28c81 commit d33fb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/custom_format_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def test_override_default_format

data['a'] = '42'
JSON::Validator.register_format_validator('ipv6', @format_proc, [version])
assert(JSON::Validator.validate(schema, data), "#{prefix} succeeds with overriden default format and correct data")
assert(JSON::Validator.validate(schema, data), "#{prefix} succeeds with overridden default format and correct data")

JSON::Validator.deregister_format_validator('ipv6', [version])
data['a'] = '2001:db8:85a3:0:0:8a2e:370:7334'
Expand Down

0 comments on commit d33fb08

Please sign in to comment.