Skip to content
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

improved tests readbility a bit #1194

Merged
merged 1 commit into from
May 2, 2016
Merged

improved tests readbility a bit #1194

merged 1 commit into from
May 2, 2016

Conversation

caarlos0
Copy link
Contributor

all tests were doing stuff like try { something(); } catch (Exception e) { fail(); }, I removed those try-catch blocks were I thought was safe to.

I also removed some commented out code..

all tests were doing stuff like `try { something(); } catch (Exception e) { fail(); }`, I removed those try-catch blocks were I thought was safe to.

I also removed some commented out code..
@cloudbees-pull-request-builder

NetflixOSS » Hystrix » Hystrix-pull-requests #458 SUCCESS
This pull request looks good

@mattrjacobs
Copy link
Contributor

Seems like a good change to me as well. Thanks, @caarlos0 !

@mattrjacobs mattrjacobs merged commit 8938a95 into Netflix:master May 2, 2016
@caarlos0 caarlos0 deleted the junit-usage branch May 2, 2016 21:52
@caarlos0
Copy link
Contributor Author

caarlos0 commented May 2, 2016

thanks @mattrjacobs :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants