Skip to content

Commit c8a4360

Browse files
committed
Revert rename in GenerateContentIntegrationTests.swift
1 parent fadb9d3 commit c8a4360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Tests/TestApp/Tests/Integration/GenerateContentIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ struct GenerateContentIntegrationTests {
6464
// (InstanceConfig.googleAI_v1beta_freeTier_bypassProxy, ModelNames.gemma3_4B),
6565
])
6666
func generateContent(_ config: InstanceConfig, modelName: String) async throws {
67-
let model = AILogic.componentInstance(config).generativeModel(
67+
let model = FirebaseAI.componentInstance(config).generativeModel(
6868
modelName: modelName,
6969
generationConfig: generationConfig,
7070
safetySettings: safetySettings,

0 commit comments

Comments
 (0)