File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
FirebaseVertexAI/Tests/Unit Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ final class PartsRepresentableTests: XCTestCase {
75
75
return
76
76
}
77
77
}
78
- XCTFail ( " Expected model content from invlaid image to error " )
78
+ XCTFail ( " Expected model content from invalid image to error " )
79
79
}
80
80
#endif // canImport(CoreImage)
81
81
@@ -99,7 +99,7 @@ final class PartsRepresentableTests: XCTestCase {
99
99
return
100
100
}
101
101
}
102
- XCTFail ( " Expected model content from invlaid image to error " )
102
+ XCTFail ( " Expected model content from invalid image to error " )
103
103
}
104
104
105
105
func testModelContentFromUIImageIsNotEmpty( ) throws {
@@ -137,7 +137,7 @@ final class PartsRepresentableTests: XCTestCase {
137
137
return
138
138
}
139
139
}
140
- XCTFail ( " Expected model content from invlaid image to error " )
140
+ XCTFail ( " Expected model content from invalid image to error " )
141
141
}
142
142
#endif
143
143
}
You can’t perform that action at this time.
0 commit comments