-
Notifications
You must be signed in to change notification settings - Fork 118
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
Update tests to use testify/require #354
Conversation
@khan-ajamal, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction. |
f056ed3
to
b1c86dd
Compare
Update all tests in `pkg/kapp/diffgraph` and `pkg/kapp/matcher` to use testify/require instead value comparisons and Fatal() as it's more clean and provides error message in a more intuitive way Issue carvel-dev#349
b1c86dd
to
9eed5b5
Compare
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
@khan-ajamal, VMware has approved your signed contributor license agreement. |
thank you! |
Update all tests in `pkg/kapp/diffgraph` and `pkg/kapp/matcher` to use testify/require instead value comparisons and Fatal() as it's more clean and provides error message in a more intuitive way Issue #349
Update all tests in
pkg/kapp/diffgraph
andpkg/kapp/matcher
to use testify/require instead value comparisons and Fatal() as it's more clean and provides error message in a more intuitive wayIssue #349