Skip to content

Commit

Permalink
remove test that only applies with warnings introduced in version 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Feb 7, 2022
1 parent d59bf17 commit 9c14e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Tests/OpenAPIKitTests/Response/ResponseTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ extension ResponseTests {
func test_fallbackForTwoAlts() {
let test = StatusCode(rawValue: "404/500")
XCTAssertEqual(test?.rawValue, "404")
XCTAssertEqual(test?.warnings.first?.localizedDescription, "Found non-compliant Status Code \'404/500\' but was able to parse as 404")
}

func test_codeFromIntegerLiteral() {
Expand Down

0 comments on commit 9c14e55

Please sign in to comment.