Skip to content

Commit

Permalink
Remove unused variables from Securing Mechs section.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Jun 10, 2024
1 parent 234d606 commit 574e95d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/10-vcdm2.js
Original file line number Diff line number Diff line change
Expand Up @@ -505,11 +505,6 @@ describe('Securing Mechanisms', function() {
setupMatrix.call(this);
for(const [name, implementation] of match) {
const endpoints = new TestEndpoints({implementation, tag});
const createOptions = {challenge};
const verifyPresentationOptions = {
checks: ['proof'],
challenge
};

describe(name, function() {
let issuedVc;
Expand Down

0 comments on commit 574e95d

Please sign in to comment.