Skip to content

Commit f2c7968

Browse files
koumatzbot
authored andcommitted
[ruby/stringio] Fix test name
(ruby/stringio#139) ruby/stringio@0edc8e22da
1 parent 8b1afbc commit f2c7968

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/stringio/test_stringio.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_null
7070
assert_nil io.getc
7171
end
7272

73-
def test_pread_eof
73+
def test_eof_null
7474
io = StringIO.new(nil)
7575
assert_predicate io, :eof?
7676
end

0 commit comments

Comments
 (0)