You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertThrowsError(tryorderUnstableDecode(OpenAPI.Document.self, from: documentData)){ error inXCTAssertEqual(OpenAPI.Error(from: error).localizedDescription,"Inconsistency encountered when parsing `openapi` in the root Document object: Cannot initialize Version from invalid String value 3.0.9.")}
XCTAssertThrowsError(tryorderUnstableDecode(OpenAPI.Document.self, from: documentData)){ error inXCTAssertEqual(OpenAPI.Error(from: error).localizedDescription,"Inconsistency encountered when parsing `openapi` in the root Document object: Cannot initialize Version from invalid String value 3.1.9.")}
0 commit comments