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 e0da8b7 commit 6439ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/json_gem/json_generator_test.rb
Expand Up @@ -142,6 +142,7 @@ def test_pretty_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 => "\n",
Expand Down Expand Up @@ -183,6 +184,7 @@ def test_fast_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 6439ba3

Please sign in to comment.