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.
1 parent ddabff1 commit de6277cCopy full SHA for de6277c
FirebaseVertexAI/Tests/Integration/IntegrationTests.swift
@@ -163,7 +163,7 @@ final class IntegrationTests: XCTestCase {
163
"startDate": .string(format: .custom("date")),
164
"yearsSince": .integer(format: .custom("int16")),
165
"hoursSince": .integer(format: .int32),
166
- "minutesSince": .integer(format: .int64)
+ "minutesSince": .integer(format: .int64),
167
])
168
)
169
0 commit comments