Skip to content

Commit

Permalink
Update test/setup_bundler_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Vinicius Stock <[email protected]>
  • Loading branch information
andyw8 and vinistock authored Aug 20, 2024
1 parent 09b6840 commit 716b7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup_bundler_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ def test_ruby_lsp_rails_detection_handles_lang_from_environment
end
end
ensure
Encoding.default_external = original_encoding
Encoding.default_external = T.must(original_encoding)
end

def test_recovers_from_stale_lockfiles
Expand Down

0 comments on commit 716b7b9

Please sign in to comment.