mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
[ruby/stringio] Fix test name
(https://github.com/ruby/stringio/pull/139)
0edc8e22da
This commit is contained in:
parent
8b1afbc6ed
commit
f2c7968a42
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class TestStringIO < Test::Unit::TestCase
|
||||||
assert_nil io.getc
|
assert_nil io.getc
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_pread_eof
|
def test_eof_null
|
||||||
io = StringIO.new(nil)
|
io = StringIO.new(nil)
|
||||||
assert_predicate io, :eof?
|
assert_predicate io, :eof?
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue