Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into refactor/remove-mas…
Browse files Browse the repository at this point in the history
…ter-secret-id
  • Loading branch information
TimoGlastra committed Feb 20, 2023
2 parents db6801a + b6d66b1 commit 6a490fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/e2e-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,8 @@ export async function e2eTest({
const [recipientSenderConnection, senderRecipientConnection] = await makeConnection(recipientAgent, senderAgent)
expect(recipientSenderConnection).toBeConnectedWith(senderRecipientConnection)

// Create default link secret
await recipientAgent.modules.anoncreds.createLinkSecret({
linkSecretId: 'default',
setAsDefault: true,
})
// Create link secret with default options. This should create a default link secret.
await recipientAgent.modules.anoncreds.createLinkSecret()

// Issue credential from sender to recipient
const { credentialDefinition } = await prepareForAnonCredsIssuance(senderAgent, {
Expand Down

0 comments on commit 6a490fb

Please sign in to comment.