From 17345292c6ea036c4d53b6aaab4dd1d42197fd77 Mon Sep 17 00:00:00 2001 From: stephenmk Date: Wed, 8 Jan 2025 19:24:00 -0600 Subject: [PATCH] Add `yomitanVersion` parameter to test data --- test/fixtures/translator-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/translator-test.js b/test/fixtures/translator-test.js index 857e8a98ae..3a6efb6f10 100644 --- a/test/fixtures/translator-test.js +++ b/test/fixtures/translator-test.js @@ -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);