-
-
Notifications
You must be signed in to change notification settings - Fork 6
c.teal_slices - Ignore slices which have the same values #675
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
Conversation
Unit Tests Summary 1 files 31 suites 43s ⏱️ Results for commit d9a468f. ♻️ This comment has been updated with latest results. |
Unit Test Performance DifferenceAdditional test case details
Results for commit 304fce9 ♻️ This comment has been updated with latest results. |
Code Coverage SummaryDiff against mainResults for commit: d9a468f Minimum allowed coverage is ♻️ This comment has been updated with latest results |
llrs-roche
left a comment
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.
Looks good simple and to the point
|
@llrs-roche thanks for the review. Decided to move duplicates-removal from |
Assertion in
c.teal_slicesis too strict as it doesn't recognise that twoteal_sliceobjects have identical values.In following example, we throw an error (unnecessary) as both
teal_sliceobject have identical values.However, situation when somebody specifies duplicated-by-id slices, having different values, then we should throw an error