Skip to content

Commit

Permalink
Remove validFrom from 12 more tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 13, 2023
1 parent 9d7fcb0 commit 9dc7201
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion tests/input/credential-refresh-non-url-id-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"type": "https://example.org/#ExampleTestSuiteRefreshService",
"id": "https ://not-a-url/8e96ee84-032d-47b2-8d10-86be56032148"
},
"validFrom": "2023-05-28T18:35:45Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-refresh-ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"type": "https://example.org/#ExampleTestSuiteRefreshService",
"id": "did:example:refresh/1"
},
"validFrom": "2023-05-28T18:33:53Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-schema-ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"type": "https://example.org/#ExampleTestSuiteSchema",
"id": "did:example:schemas/1"
},
"validFrom": "2023-05-28T18:12:10Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-status-missing-id-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"type": [
"VerifiableCredential"
],
"validFrom": "2023-02-27T04:28:42Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-status-missing-type-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": [
"VerifiableCredential"
],
"validFrom": "2023-02-25T14:25:06Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-status-nonurl-id-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"type": [
"VerifiableCredential"
],
"validFrom": "2023-02-27T04:45:18Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-subject-multiple-empty-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": [
"VerifiableCredential"
],
"validFrom": "2023-02-26T00:23:34Z",
"issuer": "did:example:issuer",
"credentialSubject": [
{
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-subject-multiple-ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": [
"VerifiableCredential"
],
"validFrom": "2023-02-26T00:23:34Z",
"issuer": "did:example:issuer",
"credentialSubject": [
{
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-type-mapped-nonurl-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"VerifiableCredential",
"ExampleTestCredential"
],
"validFrom": "2023-02-23T21:47:17Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-type-mapped-url-ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"VerifiableCredential",
"ExampleTestCredential"
],
"validFrom": "2023-02-23T21:45:02Z",
"issuer": "did:example:issuer",
"credentialSubject": {
"id": "did:example:subject"
Expand Down

0 comments on commit 9dc7201

Please sign in to comment.