Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
fix: ignore block parameter on parallelize_teardown
Browse files Browse the repository at this point in the history
  • Loading branch information
darccio committed Feb 12, 2023
1 parent 87c68f6 commit dd78907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TestCase
SimpleCov.command_name "#{SimpleCov.command_name}-#{worker}"
end

parallelize_teardown do |worker|
parallelize_teardown do
SimpleCov.result
end

Expand Down

0 comments on commit dd78907

Please sign in to comment.