Skip to content

Commit

Permalink
Fix "tess" -> "tests" typo. (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuapinter committed May 4, 2020
1 parent 4e405d5 commit b5c961a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/simplecov.rb
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def result_exit_status(result, covered_percent)
# @api private
#
def final_result_process?
# checking for ENV["TEST_ENV_NUMBER"] to determine if the tess are being run in parallel
# checking for ENV["TEST_ENV_NUMBER"] to determine if the tests are being run in parallel
!defined?(ParallelTests) || !ENV["TEST_ENV_NUMBER"] || ParallelTests.number_of_running_processes <= 1
end

Expand Down

0 comments on commit b5c961a

Please sign in to comment.