tpierrain/NFluent

Avoid spurious usage of 'value' in error message.

Closed this issue · 1 comments

Latest version of NFluent generates error message like
The checked value is not equal to expected value
whereas previous versions replaced the second 'value' by 'one', giving a more pleasant message:
The checked value is not equal to the expected one

This behavior should be restored

It looks like the issue was limited to equality check for numbers
Closed for now