Skip to content

Commit

Permalink
Remove :strict from json test
Browse files Browse the repository at this point in the history
  • Loading branch information
ohler55 committed Dec 4, 2023
1 parent 570999f commit e0da8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/json_gem/json_generator_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def test_safe_state
# seems to occur on travis but not locally.
actual = state.to_h
actual.delete(:escape_slash)
actual.delete(:strict)
assert_equal({
:allow_nan => false,
:array_nl => "",
Expand Down

0 comments on commit e0da8b7

Please sign in to comment.