Fixup 455978cd133f27fab9e2bfa4301efd3b7c7d0462

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 end
def test_prints 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') @tc.assert_equal '"test"', printer.mu_pp(ImmutableString.new 'test')
end end