Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests: use XCTUnwrap over forced unwrappng #619

Merged

Commits on Jun 9, 2023

  1. Tests: use XCTUnwrap over forced unwrappng

    Failure to unwrap would trigger an assertioin 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.
    compnerd committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    826c821 View commit details
    Browse the repository at this point in the history