Skip to content

Commit

Permalink
test: fix assertion message spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Dec 18, 2024
1 parent 0d569cf commit 0699ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseVertexAI/Tests/Unit/PartsRepresentableTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ final class PartsRepresentableTests: XCTestCase {
"Got unexpected error type: \(errorPart.error)"
)
guard case .invalidUnderlyingImage = imageError else {
XCTFail("Expected invalid underyling image conversion error, got \(imageError) instead.")
XCTFail("Expected invalid underlying image conversion error, got \(imageError) instead.")
return
}
}
Expand Down

0 comments on commit 0699ef3

Please sign in to comment.