Skip to content

Commit e483961

Browse files
authored
Review FirebaseVertexAI Tests (#13377)
1 parent 3701a66 commit e483961

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

FirebaseVertexAI/Tests/Unit/PartsRepresentableTests.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ final class PartsRepresentableTests: XCTestCase {
7575
return
7676
}
7777
}
78-
XCTFail("Expected model content from invlaid image to error")
78+
XCTFail("Expected model content from invalid image to error")
7979
}
8080
#endif // canImport(CoreImage)
8181

@@ -99,7 +99,7 @@ final class PartsRepresentableTests: XCTestCase {
9999
return
100100
}
101101
}
102-
XCTFail("Expected model content from invlaid image to error")
102+
XCTFail("Expected model content from invalid image to error")
103103
}
104104

105105
func testModelContentFromUIImageIsNotEmpty() throws {
@@ -137,7 +137,7 @@ final class PartsRepresentableTests: XCTestCase {
137137
return
138138
}
139139
}
140-
XCTFail("Expected model content from invlaid image to error")
140+
XCTFail("Expected model content from invalid image to error")
141141
}
142142
#endif
143143
}

0 commit comments

Comments
 (0)