summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/uri/test_generic.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/uri/test_generic.rb b/test/uri/test_generic.rb
index 0a068c351b..941d8ffa02 100644
--- a/test/uri/test_generic.rb
+++ b/test/uri/test_generic.rb
@@ -18,7 +18,7 @@ class URI::TestGeneric < Test::Unit::TestCase
exp = 'http://example.com/'.freeze
str = URI(exp).to_s
assert_equal exp, str
- refute_predicate str, :frozen?, '[ruby-core:71785] [Bug #11759]'
+ assert_not_predicate str, :frozen?, '[ruby-core:71785] [Bug #11759]'
end
def test_parse