From 0839eae2d362b70d1b36b939b7ad6aa809a618a9 Mon Sep 17 00:00:00 2001 From: CosmicOppai Date: Mon, 14 Oct 2024 16:24:21 +0530 Subject: [PATCH] [ruby/timeout] refactor the change to keep the compatability with nil and type-errror and added tests https://github.com/ruby/timeout/commit/e8a7dbdb87 --- test/test_timeout.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_timeout.rb b/test/test_timeout.rb index 888489f430..d6c1a1f9d0 100644 --- a/test/test_timeout.rb +++ b/test/test_timeout.rb @@ -1,6 +1,6 @@ # frozen_string_literal: false require 'test/unit' -require_relative '../lib/timeout' +require 'timeout' class TestTimeout < Test::Unit::TestCase