ospec: better stack trace filter, fix #2036

This commit is contained in:
Pierre-Yves Gérardy 2017-11-30 01:36:47 +01:00
parent a96e4d8aa6
commit 7caebddcb2
3 changed files with 18 additions and 10 deletions

View file

@ -490,7 +490,7 @@ True if the test passed. **No other keys will exist on the result if this value
### Error result.error
The value of the stack property from the `Error` object explaining the reason behind a failure.
The `Error` object explaining the reason behind a failure.
---