-
Notifications
You must be signed in to change notification settings - Fork 671
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
NOISSUE - Fix Contains function for nil arguments #1102
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1102 +/- ##
==========================================
- Coverage 77.13% 77.10% -0.03%
==========================================
Files 95 95
Lines 6769 6769
==========================================
- Hits 5221 5219 -2
- Misses 1211 1213 +2
Partials 337 337
Continue to review full report at Codecov.
|
@dusanb94 needs to approve this one |
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.
LGTM
Removin my approval to prevent accidental merge before Dusan reviews.
Signed-off-by: Ivan Milošević <[email protected]>
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.
LGTM
Signed-off-by: Ivan Milošević <[email protected]>
Signed-off-by: Ivan Milošević [email protected]
What does this do?
Fix bug in Contains function in error package.
Bug was that Contains would return
true
when second argument isnil
regardless on value of first argumentWhich issue(s) does this PR fix/relate to?
No issue