From b903d9f09fa70509ba17828d8a5b9fa65d2c0c6d Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 8 Jul 2024 15:18:31 +0900 Subject: [ruby/tempfile] typofix https://github.com/ruby/tempfile/commit/82a74b017e --- test/test_tempfile.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_tempfile.rb b/test/test_tempfile.rb index d4ae7d4b3f..ccebbf3c1a 100644 --- a/test/test_tempfile.rb +++ b/test/test_tempfile.rb @@ -19,7 +19,7 @@ class TestTempfile < Test::Unit::TestCase end end - def test_leackchecker + def test_leakchecker assert_instance_of(Tempfile, Tempfile.allocate) end -- cgit v1.2.3