-
Notifications
You must be signed in to change notification settings - Fork 60
api: removed Connection deprecated methods #495
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
base: master
Are you sure you want to change the base?
Conversation
oleg-jukovec
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.
Thank you for the patch!
| } | ||
| } | ||
|
|
||
| func TestErrorTypeEval(t *testing.T) { |
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.
why have you deleted these tests, instead of rewriting it using "NewEvalRequest?"
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.
My bad, I thought error types of RequestObjects have been tested in other tests, but they haven't. Indeed, I should just rewrite tests, not delete them.
I'll fix this in next commit amendment.
|
|
||
| // ///////////////// | ||
|
|
||
| func TestClient(t *testing.T) { |
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.
Are you sure all those tests are duplicated?
ba02f67 to
aecaf88
Compare
Removed deprecated `Connection` methods. Related tests are updated (deleted or refactored). Closes #479
aecaf88 to
3bc439e
Compare
Removed deprecated
Connectionmethods.Related tests are updated (deleted or refactored).
I didn't forget about (remove if it is not applicable):
Closes #479