Skip to content

Commit

Permalink
add testOpts
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Jan 29, 2024
1 parent f4047df commit 9669d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/linked-proofs.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AuthorizationRequestMessage, CircuitId } from '@0xpolygonid/js-sdk';
import { Verifier } from '@lib/auth/auth';
import { resolvers, schemaLoader } from './mocks';
import { resolvers, schemaLoader, testOpts } from './mocks';
import path from 'path';
import { PROTOCOL_CONSTANTS } from '@0xpolygonid/js-sdk';

Expand Down Expand Up @@ -88,6 +88,6 @@ describe('Linked proofs verification', () => {
documentLoader: schemaLoader
});

await verifier.fullVerify(tokenString, authRequest);
await verifier.fullVerify(tokenString, authRequest, testOpts);
});
});

0 comments on commit 9669d8e

Please sign in to comment.