Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix test assertions for validation test when using custom TypeInfo
- Test should had broke for changes in #355 which improved validation messages with suggestions. - But `expect().to.deep.equal()` checks for the right number of errors but does not check for equality of error messages.
- Loading branch information