Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In Xcode 15 XCTAssertEqual(request.httpMethod, "patch") fails with Op…
…tional("PATCH")") is not equal to ("Optional("patch"). But on CI in Xcode 14.2 it fails with opposite message Optional("patch")") is not equal to ("Optional("PATCH"). Thus to satisfy both Xcodes I've forced to use uppercase in this assertion.
- Loading branch information