Skip to content

Commit

Permalink
Correct test data for missing base context fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Sep 19, 2024
1 parent 04fc3a2 commit 4213bac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/input/credential-missing-base-context-fail.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"@context": [
"https://www.w3.org/ns/credentials/examples/v2"
],
"@context": [],
"type": [
"VerifiableCredential"
],
Expand Down
4 changes: 1 addition & 3 deletions tests/input/presentation-missing-base-context-fail.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"@context": [
"https://www.w3.org/ns/credentials/examples/v2"
],
"@context": [],
"type": [
"VerifiablePresentation"
]
Expand Down

0 comments on commit 4213bac

Please sign in to comment.