mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
"warning: assigned but unused variable"
This commit is contained in:
parent
1aa0550d40
commit
db7b280be7
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ class MultibyteCharsTest < ActiveSupport::TestCase
|
|||
end
|
||||
|
||||
def test_methods_are_forwarded_to_wrapped_string_for_byte_strings
|
||||
original_encoding = BYTE_STRING.encoding
|
||||
assert_equal BYTE_STRING.length, BYTE_STRING.mb_chars.length
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue