Skip to content

Commit

Permalink
Add expectedSuiteContext to data integrity proof test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Jan 18, 2024
1 parent 02c4e62 commit 8cdf281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/10-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ describe('Ed25519Signature2020 (create)', function() {
checkDataIntegrityProofFormat({
implemented: match, tag,
expectedProofTypes: ['Ed25519Signature2020'],
expectedSuiteContext: 'https://w3id.org/security/suites/ed25519-2020/v1',
expectedCryptoSuite: false
});

Expand Down

0 comments on commit 8cdf281

Please sign in to comment.