[ruby/stringio] Fix test name

(https://github.com/ruby/stringio/pull/139)

0edc8e22da
This commit is contained in:
Sutou Kouhei 2025-08-12 10:16:41 +09:00 committed by git
parent 8b1afbc6ed
commit f2c7968a42

View file

@ -70,7 +70,7 @@ class TestStringIO < Test::Unit::TestCase
assert_nil io.getc
end
def test_pread_eof
def test_eof_null
io = StringIO.new(nil)
assert_predicate io, :eof?
end