Skip to content

Commit 1390106

Browse files
committed
review
1 parent a74b4a1 commit 1390106

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FirebaseAI/Tests/TestApp/Tests/Integration/ServerPromptTemplateIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ struct ServerPromptTemplateIntegrationTests {
112112
let candidate = try #require(response.candidates.first)
113113
let groundingMetadata = try #require(candidate.groundingMetadata)
114114
let mapChunks = groundingMetadata.groundingChunks.compactMap { $0.maps }
115-
#expect(!mapChunks.isEmpty)
115+
try #require(!mapChunks.isEmpty)
116116
for mapsChunk in mapChunks {
117117
#expect(mapsChunk.url != nil)
118118
let title = try #require(mapsChunk.title)

0 commit comments

Comments
 (0)