Adjust mutation expection according to change in to_source
This commit is contained in:
parent
dfa190255c
commit
83f86ffbdc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ describe Mutant::Mutator::Node::Literal, 'float' do
|
|||
mutations << random_float.to_s
|
||||
mutations << '0.0/0.0'
|
||||
mutations << '1.0/0.0'
|
||||
mutations << '-1.0 / 0.0'
|
||||
mutations << '-(1.0 / 0.0)'
|
||||
mutations << '-10.0'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue