Skip to content

Commit 08b36d6

Browse files
committed
style
1 parent b748e9b commit 08b36d6

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

FirebaseAI/Tests/TestApp/Tests/Integration/CountTokensIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// limitations under the License.
1414

1515
import FirebaseAI
16+
import FirebaseAITestApp
1617
import FirebaseAuth
1718
import FirebaseCore
1819
import FirebaseStorage
1920
import Testing
20-
import FirebaseAITestApp
2121

2222
@testable import struct FirebaseAI.APIConfig
2323

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// limitations under the License.
1414

1515
import FirebaseAI
16+
import FirebaseAITestApp
1617
import FirebaseAuth
1718
import FirebaseCore
1819
import FirebaseStorage
1920
import Testing
20-
import FirebaseAITestApp
2121

2222
#if canImport(UIKit)
2323
import UIKit

FirebaseAI/Tests/TestApp/Tests/Integration/ImagenIntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// limitations under the License.
1414

1515
import FirebaseAI
16+
import FirebaseAITestApp
1617
import FirebaseAuth
1718
import FirebaseCore
1819
import FirebaseStorage
1920
import Testing
20-
import FirebaseAITestApp
2121

2222
#if canImport(UIKit)
2323
import UIKit

FirebaseAI/Tests/TestApp/Tests/Integration/IntegrationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
// limitations under the License.
1414

1515
import FirebaseAI
16+
import FirebaseAITestApp
1617
import FirebaseAuth
1718
import FirebaseCore
1819
import FirebaseStorage
19-
import FirebaseAITestApp
2020
import XCTest
2121

2222
// TODO(#14405): Migrate to Swift Testing and parameterize tests to run on both `v1` and `v1beta`.

FirebaseAI/Tests/TestApp/Tests/Integration/SchemaTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
// limitations under the License.
1414

1515
import FirebaseAI
16+
import FirebaseAITestApp
1617
import FirebaseAuth
1718
import FirebaseCore
1819
import FirebaseStorage
1920
import Testing
20-
import FirebaseAITestApp
2121

2222
#if canImport(UIKit)
2323
import UIKit

FirebaseAI/Tests/TestApp/Tests/Utilities/InstanceConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
// limitations under the License.
1414

1515
import FirebaseAI
16+
import FirebaseAITestApp
1617
import FirebaseCore
1718
import Testing
18-
import FirebaseAITestApp
1919

2020
@testable import struct FirebaseAI.APIConfig
2121

0 commit comments

Comments
 (0)