Skip to content

Commit af65c2f

Browse files
committed
Restore original metadata Map verification
1 parent a17e068 commit af65c2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,10 @@ describe('SpecberusWrapper', () => {
414414
it('should promise an object with a metadata property', () =>
415415
expect(content).to.eventually.have.property('metadata'));
416416

417-
it('should return a metadata property that is an object', () =>
417+
it('should return a metadata property that is a Map', () =>
418418
expect(content)
419419
.to.eventually.have.property('metadata')
420-
.that.is.an.instanceOf(Object));
420+
.that.is.an.instanceOf(Map));
421421
});
422422

423423
describe('extractMetadata(url)', () => {

0 commit comments

Comments
 (0)