Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth committed Jan 15, 2022
1 parent 4c3d3a6 commit 227c060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/keyword.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ describe("User-defined keywords", () => {
it.baseId.should.equal("#")
const ref = schema.$ref
const validate = _ajv.getSchema(ref)
if (!validate) throw new _Ajv.MissingRefError(it.baseId, _ajv.opts.uriResolver, ref)
if (!validate) throw new _Ajv.MissingRefError(it.baseId, ref, _ajv.opts.uriResolver)
return validate.schema
},
metaSchema: {
Expand Down

0 comments on commit 227c060

Please sign in to comment.