Skip to content

Commit f0c8467

Browse files
tplookerdlongley
authored andcommitted
Update tests/misc.js
Co-authored-by: Dave Longley <dlongley@digitalbazaar.com>
1 parent 3bbe917 commit f0c8467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/misc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ describe('expansionMap', () => {
501501
assert.equal(expansionMapCalled, true);
502502
});
503503

504-
it('should be called on nested un-mapped term', async () => {
504+
it('should be called on nested unmapped term', async () => {
505505
const docWithUnMappedTerm = {
506506
'@context': {
507507
'definedTerm': 'https://example.com#definedTerm'

0 commit comments

Comments
 (0)