summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-12-25 15:45:54 -0500
committerZachary Scott <e@zzak.io>2014-12-25 15:45:54 -0500
commit7f4cda91bb9f19f67628cf18cddf1174a3ed67d8 (patch)
tree4c45231a5e963903304729522389d636c8ca132e
parent18b3000090d1044425d369a58ebe52f5342b9699 (diff)
downloadjson-7f4cda91bb9f19f67628cf18cddf1174a3ed67d8.tar.gz
This value has changed somehow
-rwxr-xr-xtests/test_json.rb2
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