Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Jan 4, 2024
1 parent d633e39 commit 690233f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pubsignals/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ func TestCheckRequest_SelectiveDisclosure_Error(t *testing.T) {
loader: &mockJSONLDSchemaLoader{
schemas: map[string]string{
"https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld": loadSchema("kyc-v3.json-ld"),
"https://www.w3.org/2018/credentials/v1": loadSchema("credentials-v1.json-ld"),
},
},
},
Expand Down Expand Up @@ -430,6 +431,7 @@ func TestCheckRequest_SelectiveDisclosure_Error(t *testing.T) {
loader: &mockJSONLDSchemaLoader{
schemas: map[string]string{
"https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld": loadSchema("kyc-v3.json-ld"),
"https://www.w3.org/2018/credentials/v1": loadSchema("credentials-v1.json-ld"),
},
},
},
Expand Down

0 comments on commit 690233f

Please sign in to comment.