We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d546923 commit cf75009Copy full SHA for cf75009
processor/json-ld/processor_test.go
@@ -366,4 +366,6 @@ func TestParserParseClaimWithSubjectID(t *testing.T) {
366
assert.Nil(t, err)
367
assert.Equal(t, subjectID, id.String())
368
369
+ err = schemaUtils.VerifyClaimHash(&vc, coreClaim)
370
+ assert.Nil(t, err)
371
}
0 commit comments