Prefer frozen constant over mutable literal
This commit is contained in:
parent
b86284ce50
commit
84ba59664f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module Mutant
|
|||
return tests if tests.any?
|
||||
end
|
||||
|
||||
[]
|
||||
EMPTY_ARRAY
|
||||
end
|
||||
|
||||
# Null strategy that never kills a mutation
|
||||
|
|
Loading…
Add table
Reference in a new issue