Skip to content

Commit

Permalink
Update library that implementations are fetched from.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 12, 2023
1 parent 2addeec commit 91a726d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/10-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import chai from 'chai';
import {
checkDataIntegrityProofFormat
} from 'data-integrity-test-suite-assertion';
import {endpoints} from 'vc-api-test-suite-implementations';
import {endpoints} from 'vc-test-suite-implementations';
import {generateTestData} from './vc-generator/index.js';

const tag = 'eddsa-2022';
Expand Down
2 changes: 1 addition & 1 deletion tests/20-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {verificationFail, verificationSuccess} from './assertions.js';
import {
checkDataIntegrityProofVerifyErrors
} from 'data-integrity-test-suite-assertion';
import {endpoints} from 'vc-api-test-suite-implementations';
import {endpoints} from 'vc-test-suite-implementations';
import {generateTestData} from './vc-generator/index.js';

// only use implementations with `eddsa-2022` verifiers.
Expand Down
2 changes: 1 addition & 1 deletion tests/30-interop.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import chai from 'chai';
import {createInitialVc} from './helpers.js';
import {endpoints} from 'vc-api-test-suite-implementations';
import {endpoints} from 'vc-test-suite-implementations';
import {generateTestData} from './vc-generator/index.js';

const should = chai.should();
Expand Down

0 comments on commit 91a726d

Please sign in to comment.