Skip to content

Commit

Permalink
Fix $VERBOSE restore
Browse files Browse the repository at this point in the history
  • Loading branch information
tompng committed Nov 11, 2024
1 parent 821b92e commit 6ae9155
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 6ae9155

Please sign in to comment.