From 00dbbfed6b9b6123eb24a40df34aae4c39c0b427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Hern=C3=A1ndez=20Serrano?= Date: Tue, 18 Apr 2023 12:13:21 +0200 Subject: [PATCH] consumer is now called B --- test/i3mWalletConsumer.ts | 2 +- test/i3mWalletProvider.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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