Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Feb 7, 2024
1 parent 344a03b commit f4123af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/credentials/tests/presentation-exchange.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ describe('PresentationExchange', () => {

expect(presentation.presentationSubmission.definition_id).to.deep.equals(expectedOutput.definition_id);
expect(presentation.presentationSubmission.descriptor_map).to.deep.equals(expectedOutput.descriptor_map);
// expect(presentation.presentationSubmission).to.deep.equals(expectedOutput);
}
});
});
Expand Down

0 comments on commit f4123af

Please sign in to comment.