Skip to content

Commit

Permalink
Remove validFrom from issuer-object-id-url & issuer-url tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 13, 2023
1 parent 37ff1c0 commit ecfa55f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/input/credential-issuer-object-id-not-url-fail.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": [
"VerifiableCredential"
],
"validFrom": "2023-02-26T00:37:06Z",
"issuer": {
"id": "https ://not-a-url/issuer/foo"
},
Expand Down
1 change: 0 additions & 1 deletion tests/input/credential-issuer-url-ok.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"type": [
"VerifiableCredential"
],
"validFrom": "2023-02-26T00:36:23Z",
"issuer": "https://some-url/issuer/foo",
"credentialSubject": {
"id": "did:example:subject"
Expand Down

0 comments on commit ecfa55f

Please sign in to comment.