Skip to content

Commit

Permalink
Merge pull request #704 from tompng/test_verbose_fix
Browse files Browse the repository at this point in the history
Fix $VERBOSE restore
  • Loading branch information
byroot authored Nov 11, 2024
2 parents 821b92e + 6ae9155 commit 3a09ad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/json/json_common_interface_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ def with_external_encoding(encoding)
Encoding.default_external = encoding
yield
ensure
verbose = $VERBOSE
Encoding.default_external = previous_encoding
$VERBOSE = verbose
end
Expand Down

0 comments on commit 3a09ad1

Please sign in to comment.