diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-22 12:58:33 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-22 12:58:33 -0500 |
commit | a54f44122a3a245c1b1579c15b2faf9d50c15c55 (patch) | |
tree | fb701bca745170f76a82e445182ec85f619c8ca5 /test/test-dictionary.js | |
parent | 4daf3435c24592352261c1186626abdc86beefb4 (diff) |
Update location of test dictionary data
Diffstat (limited to 'test/test-dictionary.js')
-rw-r--r-- | test/test-dictionary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-dictionary.js b/test/test-dictionary.js index 84014540..b9885edc 100644 --- a/test/test-dictionary.js +++ b/test/test-dictionary.js @@ -3,7 +3,7 @@ const dictionaryValidate = require('./dictionary-validate'); async function main() { - const archive = yomichanTest.createTestDictionaryArchive(); + const archive = yomichanTest.createTestDictionaryArchive('valid-dictionary1'); const schemas = dictionaryValidate.getSchemas(); await dictionaryValidate.validateDictionary(archive, schemas); } |