Fix reporter stats
This commit is contained in:
parent
4d89c02041
commit
a5ae73f247
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ module Mutant
|
|||
# otherwise
|
||||
#
|
||||
def errors?
|
||||
@killers.values.any? do |_, counter|
|
||||
@killers.values.any? do |counter|
|
||||
counter.nonzero?
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue