Skip to content

Commit 3591c67

Browse files
authored
[FirebaseVertexAI] test: fix assertion message spelling (#14268)
1 parent 0d569cf commit 3591c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseVertexAI/Tests/Unit/PartsRepresentableTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ final class PartsRepresentableTests: XCTestCase {
116116
"Got unexpected error type: \(errorPart.error)"
117117
)
118118
guard case .invalidUnderlyingImage = imageError else {
119-
XCTFail("Expected invalid underyling image conversion error, got \(imageError) instead.")
119+
XCTFail("Expected invalid underlying image conversion error, got \(imageError) instead.")
120120
return
121121
}
122122
}

0 commit comments

Comments
 (0)