From 67e2208a1822732ea125af0c4cd757b9f735ce86 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 6 Jun 2017 12:48:00 +0200 Subject: Rename accounts to addreses --- test/assert_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/assert_test.ts') diff --git a/test/assert_test.ts b/test/assert_test.ts index f72956eb3..c8f698730 100644 --- a/test/assert_test.ts +++ b/test/assert_test.ts @@ -24,7 +24,7 @@ describe('Assertion library', () => { isn't available through the supplied web3 instance`); }); it('doesn\'t throw if account is available', async () => { - const availableAccount = (await zeroEx.getAvailableAccountsAsync())[0]; + const availableAccount = (await zeroEx.getAvailableAddressesAsync())[0]; const varName = 'account'; return expect(assert.isSenderAddressHexAsync(varName, availableAccount, (zeroEx as any).web3Wrapper)) .to.become(undefined); -- cgit v1.2.3