-
Notifications
You must be signed in to change notification settings - Fork 110
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
349 | Update tests to use testify/require #358
349 | Update tests to use testify/require #358
Conversation
Could you please run |
dcd1332
to
e2deded
Compare
725c7c0
to
c4f1080
Compare
49650b8
to
2ea72e1
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.
Except for the minor indentation issues, it looks good.
2ea72e1
to
28bab18
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.
I will merge it after taking a final look in the morning.
@ShajithaMohammed, VMware has approved your signed contributor license agreement. |
Update tests to use testify/require in test/e2e
Update tests in test/e2e to use testify/require instead of value comparisons and Fatal.
Fixes #349