diff --git a/test/i3mWalletConsumer.ts b/test/i3mWalletConsumer.ts index a244b82..8301be8 100644 --- a/test/i3mWalletConsumer.ts +++ b/test/i3mWalletConsumer.ts @@ -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 diff --git a/test/i3mWalletProvider.ts b/test/i3mWalletProvider.ts index fca83d0..4e18246 100644 --- a/test/i3mWalletProvider.ts +++ b/test/i3mWalletProvider.ts @@ -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