We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
message
1 parent 0d569cf commit 3591c67Copy full SHA for 3591c67
FirebaseVertexAI/Tests/Unit/PartsRepresentableTests.swift
@@ -116,7 +116,7 @@ final class PartsRepresentableTests: XCTestCase {
116
"Got unexpected error type: \(errorPart.error)"
117
)
118
guard case .invalidUnderlyingImage = imageError else {
119
- XCTFail("Expected invalid underyling image conversion error, got \(imageError) instead.")
+ XCTFail("Expected invalid underlying image conversion error, got \(imageError) instead.")
120
return
121
}
122
0 commit comments