diff options
-rw-r--r-- | test/uri/test_common.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ class URI::TestCommon < Test::Unit::TestCase return unless defined?(Ractor) assert_ractor(<<~RUBY, require: 'uri') r = Ractor.new { URI.parse("https://ruby-lang.org/").inspect } - assert_equal(URI.parse("https://ruby-lang.org/").inspect, r.take) RUBY end |