Skip to content

Commit

Permalink
Add yomitanVersion parameter to test data
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmk committed Jan 9, 2025
1 parent 12eaf86 commit 1734529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/translator-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export async function createTranslatorContext(dictionaryDirectory, dictionaryNam
const {errors, result} = await dictionaryImporter.importDictionary(
dictionaryDatabase,
testDictionaryData,
{prefixWildcardsSupported: true},
{prefixWildcardsSupported: true, yomitanVersion: "0.0.0.0"},
);

expect(errors.length).toEqual(0);
Expand Down

0 comments on commit 1734529

Please sign in to comment.