Skip to content

Commit

Permalink
Fix GenerativeModelTests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewheard committed Feb 1, 2024
1 parent ee7174e commit 31d9aaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Tests/GoogleAITests/GenerativeModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@ final class GenerativeModelTests: XCTestCase {
model = GenerativeModel(
name: "my-model",
apiKey: "API_KEY",
projectID: "test-project",
requestOptions: requestOptions,
urlSession: urlSession
)
Expand Down Expand Up @@ -784,6 +785,7 @@ final class GenerativeModelTests: XCTestCase {
model = GenerativeModel(
name: "my-model",
apiKey: "API_KEY",
projectID: "test-project",
requestOptions: requestOptions,
urlSession: urlSession
)
Expand Down Expand Up @@ -841,6 +843,7 @@ final class GenerativeModelTests: XCTestCase {
model = GenerativeModel(
name: "my-model",
apiKey: "API_KEY",
projectID: "test-project",
requestOptions: requestOptions,
urlSession: urlSession
)
Expand Down

0 comments on commit 31d9aaf

Please sign in to comment.