Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix previous added test by relaxing promise check.
The previous incantation check specifically for a .caught() method on promises, but this is something specific to bluebird. While the standard method is .catch(), we now rely on await to unpack any exceptions so this check should be sufficient.
- Loading branch information