Fix method name in test to not override existing method name

This commit is contained in:
Jeremy Evans 2019-09-01 18:54:30 -07:00
parent 3fde9ef937
commit ca11a7d74e

View File

@ -443,7 +443,7 @@ class TestKeywordArguments < Test::Unit::TestCase
assert_equal([1, h3], c.send(:m, **h3))
end
def test_send_kwsplat
def test_method_missing_kwsplat
kw = {}
h = {'a'=>1}
h2 = {'a'=>1}