Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use expect and toThrow instead of try-catch
aws#13810 This is to fix a linter error. The linter prefers expect and toThrow over try-catch when statements in tests are expected to throw.
- Loading branch information