From 4ee0a75c84f0e931e25f252fea01b85846949b2a Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sun, 10 Aug 2025 07:22:22 +0900 Subject: [PATCH] Fix test name --- test/stringio/test_stringio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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