-
Notifications
You must be signed in to change notification settings - Fork 702
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
deps: update http client #1482
deps: update http client #1482
Conversation
assertEquals(expectedOutput, out.toString("UTF-8")); | ||
String actual = out.toString("UTF-8"); | ||
assertTrue(actual + "\n does not contain \n" + part1, actual.contains(part1)); | ||
assertTrue(actual.contains(part2)); |
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.
Would you add source code comment what is in-between part1 and part2?
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.
done
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.
Ping
@chingor13 @suztomo This one require test changes and was too complex for renovabot to handle