Skip to content

Commit

Permalink
fixing test vector
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyoonie9 committed Mar 21, 2024
1 parent 19cdeed commit bb5cb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-vectors/did_dht/resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"errors": true
},
{
"description": "invalidDid error returned for suffix with invalid character",
"description": "invalidPublicKey error returned for suffix with invalid character",
"input": {
"didUri": "did:dht:cyuoqaf7itop8ohww4yn5ojg13qaq83r9zihgqntc5i9zwrfdfov"
},
"output": {
"didResolutionMetadata": {
"error": "invalidDid"
"error": "invalidPublicKey"
}
},
"errors": true
Expand Down

0 comments on commit bb5cb4f

Please sign in to comment.