[ruby/tempfile] typofix

https://github.com/ruby/tempfile/commit/82a74b017e
This commit is contained in:
Hiroshi SHIBATA 2024-07-08 15:18:31 +09:00 committed by git
parent 4658d65242
commit b903d9f09f

View File

@ -19,7 +19,7 @@ class TestTempfile < Test::Unit::TestCase
end
end
def test_leackchecker
def test_leakchecker
assert_instance_of(Tempfile, Tempfile.allocate)
end