Skip to content

Commit 4ee0a75

Browse files
committed
Fix test name
1 parent ac6292c commit 4ee0a75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)