Skip to content

Commit

Permalink
Update test fixtures to use optionalTests.dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 9, 2024
1 parent 65c1976 commit f456d27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/fixtures/cryptosuites.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const cryptosuites = [{
mandatoryPointers: ['/issuer'],
selectivePointers: ['/credentialSubject/id'],
optionalTests: {
created: true,
dates: true,
authentication: true
},
cryptosuite: ecdsaSd2023Cryptosuite,
Expand All @@ -43,7 +43,7 @@ export const cryptosuites = [{
selectivePointers: ['/credentialSubject/id'],
optionalTests: {
//bbs deletes created in order to prevent data leakages
created: false,
dates: false,
authentication: true
},
cryptosuite: bbs2023Cryptosuite,
Expand All @@ -56,7 +56,7 @@ export const cryptosuites = [{
suiteName: 'ecdsa-rdfc-2019',
keyType: 'P-256',
optionalTests: {
created: true,
dates: true,
authentication: true
},
cryptosuite: ecdsaRdfc2019Cryptosuite,
Expand All @@ -68,7 +68,7 @@ export const cryptosuites = [{
suiteName: 'ecdsa-rdfc-2019',
keyType: 'P-384',
optionalTests: {
created: true,
dates: true,
authentication: true
},
cryptosuite: ecdsaRdfc2019Cryptosuite,
Expand All @@ -79,7 +79,7 @@ export const cryptosuites = [{
}, {
suiteName: 'eddsa-2022',
optionalTests: {
created: true,
dates: true,
authentication: true
},
cryptosuite: eddsa2022CryptoSuite,
Expand All @@ -88,7 +88,7 @@ export const cryptosuites = [{
}, {
suiteName: 'eddsa-rdfc-2022',
optionalTests: {
created: true,
dates: true,
authentication: true
},
cryptosuite: eddsaRdfc2022CryptoSuite,
Expand Down

0 comments on commit f456d27

Please sign in to comment.