Skip to content

Commit

Permalink
test full verify (#79)
Browse files Browse the repository at this point in the history
* test full verify

* add testOpts
  • Loading branch information
volodymyr-basiuk authored Jan 30, 2024
1 parent ec18eb7 commit e892bae
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
});

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

0 comments on commit e892bae

Please sign in to comment.