-
Notifications
You must be signed in to change notification settings - Fork 83
Change assert library with cmp library in test #156
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
Change assert library with cmp library in test #156
Conversation
274302a
to
af057e1
Compare
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
OK, I'll rebase this. |
This commit changes assert library with `github.com/google/go-cmp/cmp` library. This is because for fitting to google go style guide.
af057e1
to
c3a6f1b
Compare
rebased. |
Thanks for updating. /lgtm |
/remove-lifecycle stale |
Thanks & sorry for the delay! /approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: atoato88, justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What this PR does / why we need it:
This PR changes assert library with
github.com/google/go-cmp/cmp
library.This is because for fitting to google go style guide, commented here.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Additional documentation:
None