Skip to content

Commit

Permalink
refactor(ns-json-schema-draft-6): replace toValue method with function (
Browse files Browse the repository at this point in the history
#3200)

Refs #3198
  • Loading branch information
char0n authored Oct 2, 2023
1 parent e311d44 commit 054f5d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ describe('refractor', function () {
});

// @ts-ignore
assert.strictEqual(jsonSchemaElement.media.meta.get('metaKey').toValue(), 'metaValue');
assert.strictEqual(toValue(jsonSchemaElement.media.meta.get('metaKey')), 'metaValue');
});
});
});
Expand Down

0 comments on commit 054f5d1

Please sign in to comment.