Fix indentation in TestProc#test_hash [ci skip]

This commit is contained in:
Peter Zhu 2024-10-31 10:58:10 -04:00
parent abfefd8e0c
commit 66afde9cea

View File

@ -164,8 +164,8 @@ class TestProc < Test::Unit::TestCase
block
end
procs = Array.new(1000){capture{:foo }}
assert_operator(procs.map(&:hash).uniq.size, :>=, 500)
procs = Array.new(1000){capture{:foo }}
assert_operator(procs.map(&:hash).uniq.size, :>=, 500)
end
def test_block_par