Skip to content

Commit

Permalink
test(auth): typo in test name
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Mimart <33665250+amimart@users.noreply.github.com>
  • Loading branch information
bdeneux and amimart authored Aug 14, 2024
1 parent 71b4502 commit caeac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credential/auth_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestAuthParser_ParseSigned(t *testing.T) {
result: nil,
},
{
name: "credential not signed",
name: "credential with invalid signature",
serviceID: "did:key:zQ3shZxyDoD3QorxHJrFS68EjzDgQZSqZcj3wQqc1ngbF1vgz",
file: "testdata/invalid_wrong-signature.jsonld",
wantErr: fmt.Errorf("decode new credential: check embedded proof: check linked data proof: ecdsa: invalid signature"),
Expand Down

0 comments on commit caeac4d

Please sign in to comment.