mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixup 455978cd13
This commit is contained in:
parent
ec6f04c092
commit
43f49b2d1c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue