-
-
Notifications
You must be signed in to change notification settings - Fork 918
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
fix: datatype.number when min = max + precision, throw when max > min #664
Conversation
Co-authored-by: Shinigami <chrissi92@hotmail.de>
Please fix the failing tests. |
Yeah, I was working on them :) |
Codecov Report
@@ Coverage Diff @@
## main #664 +/- ##
=======================================
Coverage 99.34% 99.34%
=======================================
Files 1924 1924
Lines 177016 177010 -6
Branches 904 908 +4
=======================================
- Hits 175863 175858 -5
+ Misses 1097 1096 -1
Partials 56 56
|
All fixed now... |
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
Since my expectation of My requirements:
|
But I do understand it correctly that this PR did not introduce a change in that? And the test was just calling it wrongly in history? |
This PR introduced an additional check if |
Not sure how shall I do that?
Done. Additionaly added some jsdoc. |
@pkuczynski Could you please shorten the title of this PR to something that is max 72 chars long? |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed my mind. number isn't the offender, latitude is.
So all is good.
Fixes #329