Skip to content

Commit

Permalink
Update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSAssassin committed Jul 11, 2022
1 parent ede0489 commit 849086b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/10-issue.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ describe('StatusList2021 Credentials (Issue "statusPurpose: revocation")',
// Uncompress encodedList
const decoded = await sl.decodeList({encodedList});
should.exist(decoded);
// decoded size should be 16kb
// decoded size should be 16kb. For more info see
// `credentialSubject.encoded` in
// https://w3c-ccg.github.io/vc-status-list-2021/#statuslist2021credential
const decodedSize = (decoded.length / 8) / 1024;
decodedSize.should.equal(16);
});
Expand Down

0 comments on commit 849086b

Please sign in to comment.