1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
This commit is contained in:
Hiroshi SHIBATA 2021-09-13 21:15:36 +09:00
parent ec6f04c092
commit 43f49b2d1c
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1140,7 +1140,7 @@ class TestMiniTestUnitTestCase < Test::Unit::TestCase
end
def test_prints
printer = Class.new { extend Test::Unit::Assertions }
printer = Class.new { extend Test::Unit::CoreAssertions }
@tc.assert_equal '"test"', printer.mu_pp(ImmutableString.new 'test')
end