From d656a32b67b0891683cf47515fa144b68b7e5e36 Mon Sep 17 00:00:00 2001 From: Victor Wiebe Date: Wed, 11 Dec 2019 07:02:50 -0800 Subject: [PATCH] refactor: small description change --- src/procedures/__tests__/DisableController.ts | 2 +- src/procedures/__tests__/FreezeIssuance.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/procedures/__tests__/DisableController.ts b/src/procedures/__tests__/DisableController.ts index b1ea2cd..4e9b5e1 100644 --- a/src/procedures/__tests__/DisableController.ts +++ b/src/procedures/__tests__/DisableController.ts @@ -90,7 +90,7 @@ describe('DisableController', () => { ); }); - test('should throw if account address is different than owner address', async () => { + test('should throw if wallet address is different than owner address', async () => { contextMock.set('currentWallet', new Wallet({ address: () => Promise.resolve('0x02') })); // Real call rejects diff --git a/src/procedures/__tests__/FreezeIssuance.ts b/src/procedures/__tests__/FreezeIssuance.ts index f99d087..61799dd 100644 --- a/src/procedures/__tests__/FreezeIssuance.ts +++ b/src/procedures/__tests__/FreezeIssuance.ts @@ -90,7 +90,7 @@ describe('FreezeIssuance', () => { ); }); - test('should throw if account address is different than owner address', async () => { + test('should throw if wallet address is different than owner address', async () => { contextMock.set('currentWallet', new Wallet({ address: () => Promise.resolve('0x02') })); // Real call rejects