Skip to content

Commit 9d3c86a

Browse files
committed
@testable import Tokenizers to access internal extensions
1 parent 259aef7 commit 9d3c86a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/TokenizersTests/ChatTemplateTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99
import Testing
10-
import Tokenizers
10+
@testable import Tokenizers
1111

1212
@Suite("Chat Template Tests")
1313
struct ChatTemplateTests {

Tests/TokenizersTests/FactoryTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import Foundation
99
import Hub
1010
import Testing
11-
import Tokenizers
11+
@testable import Tokenizers
1212

1313
private func makeHubApi() -> (api: HubApi, downloadDestination: URL) {
1414
let base = FileManager.default.urls(for: .cachesDirectory, in: .userDomainMask).first!

0 commit comments

Comments
 (0)