diff options
author | Zachary Scott <e@zzak.io> | 2014-12-25 15:45:54 -0500 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-12-25 15:45:54 -0500 |
commit | 7f4cda91bb9f19f67628cf18cddf1174a3ed67d8 (patch) | |
tree | 4c45231a5e963903304729522389d636c8ca132e | |
parent | 18b3000090d1044425d369a58ebe52f5342b9699 (diff) | |
download | json-7f4cda91bb9f19f67628cf18cddf1174a3ed67d8.tar.gz |
This value has changed somehow
-rwxr-xr-x | tests/test_json.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_json.rb b/tests/test_json.rb index f4e6696..e9a125d 100755 --- a/tests/test_json.rb +++ b/tests/test_json.rb @@ -517,7 +517,7 @@ EOT def test_dump_should_modify_defaults max_nesting = JSON.dump_default_options[:max_nesting] - JSON.dump([], StringIO.new, 10) + JSON.dump([], StringIO.new, 101) assert_equal max_nesting, JSON.dump_default_options[:max_nesting] end |