Skip to content

Commit

Permalink
fix only
Browse files Browse the repository at this point in the history
  • Loading branch information
vmidyllic committed Feb 9, 2024
1 parent 6f2268a commit febe407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const KYCAgeNonMerklizedSchema = createSchemaHash(
'https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-nonmerklized.jsonld#KYCAgeCredential'
)
);
describe.only('Query', () => {
describe('Query', () => {
it('Check merklized query', async () => {
const query: Query = {
allowedIssuers: ['*'],
Expand Down

0 comments on commit febe407

Please sign in to comment.