Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test_utils): recover from lock poisoning in tests (#18)
Small fix so that when a test thread panics (which happens when an `assert_eq` evaluates to `false`), we recover from it and all other tests continue running. Otherwise, the lock gets poisoned, we `unwrap` and all the other tests fail.
- Loading branch information