Skip to content

Commit dc49936

Browse files
committed
Rename GenerativeModelTests to GenerativeModelVertexAITests
1 parent b4ac701 commit dc49936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Tests/Unit/GenerativeModelTests.swift renamed to FirebaseAI/Tests/Unit/GenerativeModelVertexAITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import XCTest
2020
@testable import FirebaseAI
2121

2222
@available(iOS 15.0, macOS 12.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
23-
final class GenerativeModelTests: XCTestCase {
23+
final class GenerativeModelVertexAITests: XCTestCase {
2424
let testPrompt = "What sorts of questions can I ask you?"
2525
let safetyRatingsNegligible: [SafetyRating] = [
2626
.init(

0 commit comments

Comments
 (0)