Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: use
XCTUnwrap
over forced unwrappng (#619)
Failure to unwrap would trigger an assertion failure whereas the use of `XCTUnwrap` will fail the test case and permit the remainder of the test suite to be processed. This allows us to better understand the state of the test suite coverage when porting.
- Loading branch information