Skip to content

Commit

Permalink
fixup! Add support for context
Browse files Browse the repository at this point in the history
  • Loading branch information
o-rumiantsev committed Jun 26, 2019
1 parent 859484a commit 2923984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ms.context.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const {
ValidationError,
} = metaschema.errors;

metatests.test('metaschema valid context usage', async test => {
metatests.test('metaschema correct context usage', async test => {
const schema = await metaschema.fs.load(
'test/fixtures/context/valid',
options,
Expand Down

0 comments on commit 2923984

Please sign in to comment.