Skip to content

Commit

Permalink
add hash verification
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Apr 25, 2022
1 parent d546923 commit cf75009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions processor/json-ld/processor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,6 @@ func TestParserParseClaimWithSubjectID(t *testing.T) {
assert.Nil(t, err)
assert.Equal(t, subjectID, id.String())

err = schemaUtils.VerifyClaimHash(&vc, coreClaim)
assert.Nil(t, err)
}

0 comments on commit cf75009

Please sign in to comment.