Skip to content

Commit

Permalink
consumer is now called B
Browse files Browse the repository at this point in the history
  • Loading branch information
juanelas committed Apr 18, 2023
1 parent 6425d82 commit 00dbbfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/i3mWalletConsumer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Steps for creating a token:
it('should create a new identity for the consumer', async function () {
// Create an identity for the consumer
const resp = await consumerWallet.identities.create({
alias: 'consumer'
alias: 'B'
})
chai.expect(resp.did).to.not.be.empty
dids.consumer = resp.did
Expand Down
2 changes: 1 addition & 1 deletion test/i3mWalletProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Steps for creating a token:
it('should create a new identity for the consumer', async function () {
// Create an identity for the consumer
const resp = await consumerWallet.identityCreate({
alias: 'consumer'
alias: 'B'
})
chai.expect(resp.did).to.not.be.empty
dids.consumer = resp.did
Expand Down

0 comments on commit 00dbbfe

Please sign in to comment.