Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Surface assertion error inside
catch
block
This makes the test error more correct when the `then` block raises an assertion error. The `catch` block needs to re-raise the same exception, not swallow it and disguise it like another failure.
- Loading branch information