Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use info bullet point for notice in BigDecimal.isEqualIncludingScale #739

Closed
robstoll opened this issue Dec 23, 2020 · 0 comments · Fixed by #740
Closed

use info bullet point for notice in BigDecimal.isEqualIncludingScale #739

robstoll opened this issue Dec 23, 2020 · 0 comments · Fixed by #740
Assignees
Milestone

Comments

@robstoll
Copy link
Owner

Platform (all, jvm, js): jvm
Extension (none, kotlin 1.3): none

Code related feature

instead of

expected that subject: 10        (java.math.BigDecimal <1234789>)
◆ is equal (including scale): 10.0        (java.math.BigDecimal <1234789>)
    » notice, if you used isNumericallyEqualTo then the assertion would have hold.

I would like to see

expected that subject: 10        (java.math.BigDecimal <1234789>)
◆ is equal (including scale): 10.0        (java.math.BigDecimal <1234789>)
    ℹ notice, if you used isNumericallyEqualTo then the assertion would have hold.
@robstoll robstoll self-assigned this Dec 23, 2020
@robstoll robstoll added this to the 0.15.0 milestone Dec 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant