Skip to content

Commit 8e34015

Browse files
committed
Remove @testable from import
1 parent 2aa8450 commit 8e34015

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/GoogleAITests/GenerationConfigTests.swift

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

1515
import Foundation
16+
import GoogleGenerativeAI
1617
import XCTest
1718

18-
@testable import GoogleGenerativeAI
19-
2019
@available(iOS 15.0, macOS 11.0, macCatalyst 15.0, *)
2120
final class GenerationConfigTests: XCTestCase {
2221
let encoder = JSONEncoder()

0 commit comments

Comments
 (0)