[git-p4: depot-paths = "//src/minitest/dev/": change = 13459]
This commit is contained in:
Ryan Davis 2022-06-25 00:22:18 -08:00
parent b8ddc4fa44
commit 8e7b05e355
1 changed files with 1 additions and 1 deletions

View File

@ -838,7 +838,7 @@ class TestMinitestStub < Minitest::Test
end
end
def test_stub__hash_as_last_real_arg__FUCK
def test_stub__hash_as_last_real_arg
with_kwargs_env do
token = Object.new
def token.create_with_retry u, p; raise "shouldn't see this"; end