diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb index 5215a6d3..70bab8af 100644 --- a/test/stringio/test_stringio.rb +++ b/test/stringio/test_stringio.rb @@ -70,7 +70,7 @@ def test_null assert_nil io.getc end - def test_pread_eof + def test_eof_null io = StringIO.new(nil) assert_predicate io, :eof? end