summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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