diff options
Diffstat (limited to 'test/test-schema.js')
-rw-r--r-- | test/test-schema.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-schema.js b/test/test-schema.js index 2c48f5f5..7a1ea9bc 100644 --- a/test/test-schema.js +++ b/test/test-schema.js @@ -23,7 +23,7 @@ const vm = new VM(); vm.execute([ 'js/core.js', 'js/general/cache-map.js', - 'bg/js/json-schema.js' + 'js/data/json-schema.js' ]); const JsonSchemaValidator = vm.get('JsonSchemaValidator'); |