Skip to content

Commit 5e867af

Browse files
committed
simplified test
1 parent d3f71c6 commit 5e867af

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Tests/TokenizersTests/TokenizerTests.swift

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,12 @@ struct TokenizerTests {
182182
let bundle = Bundle.module
183183
guard
184184
let tokenizerConfigURL = bundle.url(
185-
forResource: "tokenizer_config",
186-
withExtension: "json",
187-
subdirectory: "Offline"
185+
forResource: "offline_tokenizer_config",
186+
withExtension: "json"
188187
),
189188
bundle.url(
190-
forResource: "tokenizer",
191-
withExtension: "json",
192-
subdirectory: "Offline"
189+
forResource: "offline_tokenizer",
190+
withExtension: "json"
193191
) != nil
194192
else {
195193
Issue.record("Missing offline tokenizer fixtures")

0 commit comments

Comments
 (0)