Skip to content

Commit

Permalink
Correct typo in mandatoryPointer length assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jul 8, 2024
1 parent 686e2d4 commit 7249027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const shouldHaveMandatoryPointers = ({proof}) => {
mandatoryPointers.should.be.an(
'Array', 'Expected "mandatoryPointers" to be an Array.');
mandatoryPointers.length.should.be.gt(
0, 'Expected at least one "mandatoyPointer".');
0, 'Expected at least one "mandatoryPointer".');
};

export const shouldBeMultibaseEncoded = async ({
Expand Down

0 comments on commit 7249027

Please sign in to comment.