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

Fix regression in throwing proper 2FA exception #437

Merged
merged 2 commits into from
Mar 21, 2014

Conversation

haacked
Copy link
Contributor

@haacked haacked commented Mar 21, 2014

In 451eddc we were a little overzealous in removing async/await calls. Anywhere we do a try/catch around a
method that returns a Task, we need to use await.

In 451eddc we were a little overzealous
in removing async/await calls. Anywhere we do a try/catch around a
method that returns a Task, we need to use await.
We don't need to await tests of argument validation. But we do need to
await tests that test exceptions returned from a task.
@shiftkey
Copy link
Member

Nice 👀 there @haacked!

shiftkey added a commit that referenced this pull request Mar 21, 2014
Fix regression in throwing proper 2FA exception
@shiftkey shiftkey merged commit ab4276c into master Mar 21, 2014
@shiftkey shiftkey deleted the haacked/regression-fix branch March 21, 2014 22:35
@haacked
Copy link
Contributor Author

haacked commented Mar 21, 2014

Thanks @shiftkey

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.

2 participants